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 | 10010010111101010011111111101000101101000011111110010111100001000011111101101000 | 92f53fe8b43f97843f68 |
EUC-JP | 禎?雍?淀?h | 11000100111101110011111111110000101101100011111111001101111001000011111101101000 | c4f73ff0b63fcde43f68 |
UTF-8 | 禎렓雍렏淀렪h | 11100111101001101000111011101011101000001001001111101001100110111000110111101011101000001000111111100110101101111000000011101011101000001010101001101000 | e7a68eeba093e99b8deba08fe6b780eba0aa68 |
UHC | 禎렓雍렏淀렪h | 11101111111011101000111010101000111010001011110010001110101001011110111111100011100011101011100001101000 | efee8ea8e8bc8ea5efe38eb868 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)