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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 漆者竺謝 | 1000111010111101100011101101001010001110101100011000111011010011 | 8ebd8ed28eb18ed3 |
EUC-JP | 漆者竺謝 | 1011110010111111101111001101010010111100101100111011110011010101 | bcbfbcd4bcb3bcd5 |
UTF-8 | 漆者竺謝 | 111001101011110010000110111010001000000010000101111001111010101110111010111010001010110010011101 | e6bc86e88085e7abbae8ac9d |
UHC | 漆者竺謝 | 1111011011010100111011011011101011110101111001111101111011110011 | f6d4edbaf5e7def3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)