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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 隱??隱??^ | 111010001010101000111111001111111110100010101010001111110011111101011110 | e8aa3f3fe8aa3f3f5e |
EUC-JP | 隱??隱??^ | 111100001010110000111111001111111111000010101100001111110011111101011110 | f0ac3f3ff0ac3f3f5e |
UTF-8 | 隱⑸깽隱⑸콖^ | 11101001100110101011000111100010100100011011100011101010101110011011110111101001100110101011000111100010100100011011100011101100101111011001011001011110 | e99ab1e291b8eab9bde99ab1e291b8ecbd965e |
UHC | 隱⑸깽隱⑸콖^ | 11101011110111111010100111101011101100101010010011101011110111111010100111101011101100011001000001011110 | ebdfa9ebb2a4ebdfa9ebb1905e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)