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 | ???o | 00111111001111110011111101101111 | 3f3f3f6f |
SJIS-WIN | マウo | 1100111110110011111110011110001001101111 | cfb3f9e26f |
EUC-JP | マウ?o | 100011101100111110001110101100110011111101101111 | 8ecf8eb33f6f |
UTF-8 | マウo | 11101111101111101000111111101111101111011011001111101110100111001011110101101111 | efbe8fefbdb3ee9cbd6f |
UHC | ???o | 00111111001111110011111101101111 | 3f3f3f6f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)