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 | ??????v | 00111111001111110011111100111111001111110011111101110110 | 3f3f3f3f3f3f76 |
SJIS-WIN | 鶯??寤??v | 111010011111001000111111001111111001101110001000001111110011111101110110 | e9f23f3f9b883f3f76 |
EUC-JP | 鶯??寤??v | 111100101111010000111111001111111101010111101000001111110011111101110110 | f2f43f3fd5e83f3f76 |
UTF-8 | 鶯밸젿寤뤿젧v | 11101001101101101010111111101011101100001011100011101100101000001011111111100101101011111010010011101011101001001011111111101100101000001010011101110110 | e9b6afebb0b8eca0bfe5afa4eba4bfeca0a776 |
UHC | 鶯밸젿寤뤿젧v | 11100101101000111011100111101011101000001011000111100111111101011000111111101011101000001001111101110110 | e5a3b9eba0b1e7f58feba09f76 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)