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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | ?剡??瑄?^ | 0011111110001111101100111100011100111111001111111000111111001100101110010011111101011110 | 3f8fb3c73f3f8fccb93f5e |
UTF-8 | 렭剡롙렭瑄렕^ | 11101011101000001010110111100101100010011010000111101011101000011001100111101011101000001010110111100111100100011000010011101011101000001001010101011110 | eba0ade589a1eba199eba0ade79184eba0955e |
UHC | 렭剡롙렭瑄렕^ | 10001110101110101110000011100110100011101101110110001110101110101110000011000101100011101010101001011110 | 8ebae0e68edd8ebae0c58eaa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)