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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 軫?櫛??蜘 | 111001110110011000111111100010111111100100111111001111111001001001110111 | e7663f8bf93f3f9277 |
EUC-JP | 軫?櫛??蜘 | 111011011100011100111111101101101111101100111111001111111100001111011000 | edc73fb6fb3f3fc3d8 |
UTF-8 | 軫롚櫛렣롈蜘 | 111010001011101110101011111010111010000110011010111001101010101110011011111010111010000010100011111010111010000110001000111010001001110010011000 | e8bbabeba19ae6ab9beba0a3eba188e89c98 |
UHC | 軫롚櫛렣롈蜘 | 111100101110001010001110110111101111000111101110100011101011010010001110110011101111001010111011 | f2e28edef1ee8eb48ecef2bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)