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 | ????x | 0011111100111111001111110011111101111000 | 3f3f3f3f78 |
SJIS-WIN | 猷???x | 100101110101000100111111001111110011111101111000 | 97513f3f3f78 |
EUC-JP | 猷???x | 110011011011001000111111001111110011111101111000 | cdb23f3f3f78 |
UTF-8 | 猷뜻궠횩x | 11100111100011001011011111101011100111001011101111101010101101101010000011101101100110101010100101111000 | e78cb7eb9cbbeab6a0ed9aa978 |
UHC | 猷뜻궠횩x | 111010111010001110110110111001101000001010110011110000111001111101111000 | eba3b6e682b3c39f78 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)