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 | 羮f升B | 11100011101111001000001010000110100011111010000101000010 | e3bc82868fa142 |
EUC-JP | 羮f升B | 11100110101111101010001111100110101111101010001101000010 | e6bea3e6bea342 |
UTF-8 | 羮f升B | 11100111101111101010111011101111101111011000011011100101100011011000011101000010 | e7beaeefbd86e58d8742 |
UHC | ?f升B | 001111111010001111100110111000111010111001000010 | 3fa3e6e3ae42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)