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 | ??????U | 00111111001111110011111100111111001111110011111101010101 | 3f3f3f3f3f3f55 |
SJIS-WIN | ????⑤?U | 0011111100111111001111110011111110000111010001000011111101010101 | 3f3f3f3f87443f55 |
EUC-JP | ??????U | 00111111001111110011111100111111001111110011111101010101 | 3f3f3f3f3f3f55 |
UTF-8 | 凉붾젧曆⑤젨U | 11101111101001011011100111101011101101101011111011101100101000001010011111101111101001101000101111100010100100011010010011101100101000001010100001010101 | efa5b9ebb6beeca0a7efa68be291a4eca0a855 |
UHC | 凉붾젧曆⑤젨U | 11100101101111001001010011101011101000001001111111100110101101111010100011101011101000001010000001010101 | e5bc94eba09fe6b7a8eba0a055 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)