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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 寤??B | 1001101110001000001111110011111101000010 | 9b883f3f42 |
EUC-JP | 寤??B | 1101010111101000001111110011111101000010 | d5e83f3f42 |
UTF-8 | 寤뤿젵B | 11100101101011111010010011101011101001001011111111101100101000001011010101000010 | e5afa4eba4bfeca0b542 |
UHC | 寤뤿젵B | 11100111111101011000111111101011101000001010100101000010 | e7f58feba0a942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)