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 | 0011111100111111001111110011111100111111001111110011111101101000 | 3f3f3f3f3f3f3f68 |
SJIS-WIN | ???????h | 0011111100111111001111110011111100111111001111110011111101101000 | 3f3f3f3f3f3f3f68 |
EUC-JP | ???????h | 0011111100111111001111110011111100111111001111110011111101101000 | 3f3f3f3f3f3f3f68 |
UTF-8 | 셍렺렽셈셍렻렫h | 11101100100001011000110111101011101000001011101011101011101000001011110111101100100001011000100011101100100001011000110111101011101000001011101111101011101000001010101101101000 | ec858deba0baeba0bdec8588ec858deba0bbeba0ab68 |
UHC | 셍렺렽셈셍렻렫h | 101111001100010010001110110000101000111011000101101111001100000010111100110001001000111011000011100011101011100101101000 | bcc48ec28ec5bcc0bcc48ec38eb968 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)