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 | ??????h | 00111111001111110011111100111111001111110011111101101000 | 3f3f3f3f3f3f68 |
SJIS-WIN | ??????h | 00111111001111110011111100111111001111110011111101101000 | 3f3f3f3f3f3f68 |
EUC-JP | ??????h | 00111111001111110011111100111111001111110011111101101000 | 3f3f3f3f3f3f68 |
UTF-8 | 렺렱렻꼼셍렓h | 11101011101000001011101011101011101000001011000111101011101000001011101111101010101111001011110011101100100001011000110111101011101000001001001101101000 | eba0baeba0b1eba0bbeabcbcec858deba09368 |
UHC | 렺렱렻꼼셍렓h | 10001110110000101000111010111110100011101100001110110010110001001011110011000100100011101010100001101000 | 8ec28ebe8ec3b2c4bcc48ea868 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)