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???~ | 0011111100111111001111110110100000111111001111110011111101111110 | 3f3f3f683f3f3f7e |
SJIS-WIN | ???h???~ | 0011111100111111001111110110100000111111001111110011111101111110 | 3f3f3f683f3f3f7e |
EUC-JP | ???h???~ | 0011111100111111001111110110100000111111001111110011111101111110 | 3f3f3f683f3f3f7e |
UTF-8 | 셍렻렒h셍렻렕~ | 1110110010000101100011011110101110100000101110111110101110100000100100100110100011101100100001011000110111101011101000001011101111101011101000001001010101111110 | ec858deba0bbeba09268ec858deba0bbeba0957e |
UHC | 셍렻렒h셍렻렕~ | 1011110011000100100011101100001110001110101001110110100010111100110001001000111011000011100011101010101001111110 | bcc48ec38ea768bcc48ec38eaa7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)