To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 菴ワ舟 | 111001001011110110000011100011111000111101001101 | e4bd838f8f4d |
EUC-JP | 菴ワ舟 | 111010001011111110100101111011111011110110101110 | e8bfa5efbdae |
UTF-8 | 菴ワ舟 | 111010001000111110110100111000111000001110101111111010001000100010011111 | e88fb4e383afe8889f |
UHC | 菴ワ舟 | 111001001110000010101011111011111111000111000111 | e4e0abeff1c7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)