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 | 泳i? | 1000100101101010100000101000100100111111 | 896a82893f |
EUC-JP | 泳i? | 1011000111001011101000111110100100111111 | b1cba3e93f |
UTF-8 | 泳i뢾 | 111001101011001110110011111011111011110110001001111010111010001010111110 | e6b3b3efbd89eba2be |
UHC | 泳i뢾 | 111001111011011010100011111010011000111110000001 | e7b6a3e98f81 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)