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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | 獐???? | 10001111110010111011101000111111001111110011111100111111 | 8fcbba3f3f3f3f |
UTF-8 | 獐쇤렟흗벳 | 111001111000110110010000111011001000011110100100111010111010000010011111111011011001110110010111111010111011001010110011 | e78d90ec87a4eba09fed9d97ebb2b3 |
UHC | 獐쇤렟흗벳 | 11101101111011111011110011101001100011101011000011001000111010011011101010101010 | edefbce98eb0c8e9baaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)