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 | ??魯??魯^ | 001111110011111110011000010001000011111100111111100110000100010001011110 | 3f3f98443f3f98445e |
EUC-JP | ??魯??魯^ | 001111110011111111001111101001010011111100111111110011111010010101011110 | 3f3fcfa53f3fcfa55e |
UTF-8 | 뀀넨魯뀀넨魯^ | 11101011100000001000000011101011100001001010100011101001101011011010111111101011100000001000000011101011100001001010100011101001101011011010111101011110 | eb8080eb84a8e9adafeb8080eb84a8e9adaf5e |
UHC | 뀀넨魯뀀넨魯^ | 10110010111010111011001111011001110101101101101110110010111010111011001111011001110101101101101101011110 | b2ebb3d9d6dbb2ebb3d9d6db5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)