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 | 茯ルΙ | 111001001010100010000011100010111000001110100111 | e4a8838b83a7 |
EUC-JP | 茯ルΙ | 111010001010101010100101111010111010011010101001 | e8aaa5eba6a9 |
UTF-8 | 茯ルΙ | 1110100010001100101011111110001110000011101010111100111010011001 | e88cafe383abce99 |
UHC | 茯ルΙ | 110111001101101010101011111010111010010111001001 | dcdaabeba5c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)