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 | ??J????^ | 0011111100111111010010100011111100111111001111110011111101011110 | 3f3f4a3f3f3f3f5e |
SJIS-WIN | ??J????^ | 0011111100111111010010100011111100111111001111110011111101011110 | 3f3f4a3f3f3f3f5e |
EUC-JP | ??J????^ | 0011111100111111010010100011111100111111001111110011111101011110 | 3f3f4a3f3f3f3f5e |
UTF-8 | 렻렯J렺렯렺렑^ | 1110101110100000101110111110101110100000101011110100101011101011101000001011101011101011101000001010111111101011101000001011101011101011101000001001000101011110 | eba0bbeba0af4aeba0baeba0afeba0baeba0915e |
UHC | 렻렯J렺렯렺렑^ | 1000111011000011100011101011110001001010100011101100001010001110101111001000111011000010100011101010011001011110 | 8ec38ebc4a8ec28ebc8ec28ea65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)