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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | マウ] | 1100111110110011111110011110101101011101 | cfb3f9eb5d |
EUC-JP | マウ?] | 100011101100111110001110101100110011111101011101 | 8ecf8eb33f5d |
UTF-8 | マウ] | 11101111101111101000111111101111101111011011001111101110100111011000011001011101 | efbe8fefbdb3ee9d865d |
UHC | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)