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 | 11100100101000001000100110001001100010111010011101000010 | e4a089898ba742 |
EUC-JP | 茴演匡B | 11101000101000101011000111101001101101101010100101000010 | e8a2b1e9b6a942 |
UTF-8 | 茴演匡B | 11101000100011001011010011100110101111001001010011100101100011001010000101000010 | e88cb4e6bc94e58ca142 |
UHC | 茴演匡B | 11111100111011011110011011010001110011101100010001000010 | fcede6d1cec442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)