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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 冗??萸? | 10001111111001110011111100111111111001001100111000111111 | 8fe73f3fe4ce3f |
EUC-JP | 冗??萸? | 10111110111010010011111100111111111010001101000000111111 | bee93f3fe8d03f |
UTF-8 | 冗밴퀡萸덨 | 111001011000011010010111111010111011000010110100111011011000000010100001111010001001000010111000111010111000110110101000 | e58697ebb0b4ed80a1e890b8eb8da8 |
UHC | 冗밴퀡萸덨 | 11101001101101111011100111101010101100111001010111101011101011011000100101000010 | e9b7b9eab395ebad8942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)