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 | 0011111100111111001111110011111101001000 | 3f3f3f3f48 |
SJIS-WIN | 蝮ヲ霎ソH | 11100101100111011010011011101000101111101011111101001000 | e59da6e8bebf48 |
EUC-JP | 蝮ヲ霎ソH | 111010011111110110001110101001101111000011000000100011101011111101001000 | e9fd8ea6f0c08ebf48 |
UTF-8 | 蝮ヲ霎ソH | 11101000100111011010111011101111101111011010011011101001100111001000111011101111101111011011111101001000 | e89daeefbda6e99c8eefbdbf48 |
UHC | ????H | 0011111100111111001111110011111101001000 | 3f3f3f3f48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)