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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | ?貊戈B | 001111111110011010111011100111001111011101000010 | 3fe6bb9cf742 |
EUC-JP | ?貊戈B | 001111111110110010111101110110001111100101000010 | 3fecbdd8f942 |
UTF-8 | 暈貊戈B | 11101111101001111000010111101000101100101000101011100110100010001000100001000010 | efa785e8b28ae6888842 |
UHC | 暈貊戈B | 11101001111101111101100011100111110011011111110001000010 | e9f7d8e7cdfc42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)