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 | ????⑥㎞^ | 001111110011111100111111001111111000011101000101100001110111000101011110 | 3f3f3f3f874587715e |
EUC-JP | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
UTF-8 | 梨ㅼ콈泥⑥㎞^ | 11101111101001111010001011100011100001011011110011101100101111011000100011101111101001111010001111100010100100011010010111100011100011101001111001011110 | efa7a2e385bcecbd88efa7a3e291a5e38e9e5e |
UHC | 梨ㅼ콈泥⑥㎞^ | 11101100101100011010010011101100101100011000010011101100101100101010100011101100101001111011000001011110 | ecb1a4ecb184ecb2a8eca7b05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)