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 | 鈺р?訝? | 1111101111000100100001001000001000111111111001100110001000111111 | fbc484823fe6623f |
EUC-JP | 鈺р?訝? | 100011111110001111010101101001111110001000111111111010111100001100111111 | 8fe3d5a7e23febc33f |
UTF-8 | 鈺р댌訝턆 | 1110100110001000101110101101000110000000111010111000110010001100111010001010100010011101111011011000010010000110 | e988bad180eb8c8ce8a89ded8486 |
UHC | 鈺р댌訝턆 | 11101000101011011010110011100010100010001011010111100100101110001011011001000010 | e8adace288b5e4b8b642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)