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 | 10001110101111011111101111011011100011101101000101000010 | 8ebdfbdb8ed142 |
EUC-JP | 漆錞紗B | 1011110010111111100011111110010011011100101111001101001101000010 | bcbf8fe4dcbcd342 |
UTF-8 | 漆錞紗B | 11100110101111001000011011101001100011001001111011100111101101001001011101000010 | e6bc86e98c9ee7b49742 |
UHC | 漆錞紗B | 11110110110101001110001011110110110111101110100101000010 | f6d4e2f6dee942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)