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 | ???P | 00111111001111110011111101010000 | 3f3f3f50 |
SJIS-WIN | 漆錞紗P | 10001110101111011111101111011011100011101101000101010000 | 8ebdfbdb8ed150 |
EUC-JP | 漆錞紗P | 1011110010111111100011111110010011011100101111001101001101010000 | bcbf8fe4dcbcd350 |
UTF-8 | 漆錞紗P | 11100110101111001000011011101001100011001001111011100111101101001001011101010000 | e6bc86e98c9ee7b49750 |
UHC | 漆錞紗P | 11110110110101001110001011110110110111101110100101010000 | f6d4e2f6dee950 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)