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 | ??h? | 00111111001111110110100000111111 | 3f3f683f |
SJIS-WIN | 漆者h漆 | 10001110101111011000111011010010011010001000111010111101 | 8ebd8ed2688ebd |
EUC-JP | 漆者h漆 | 10111100101111111011110011010100011010001011110010111111 | bcbfbcd468bcbf |
UTF-8 | 漆者h漆 | 11100110101111001000011011101000100000001000010101101000111001101011110010000110 | e6bc86e8808568e6bc86 |
UHC | 漆者h漆 | 11110110110101001110110110111010011010001111011011010100 | f6d4edba68f6d4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)