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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 漆酌釈 | 100011101011110110001110110111101000111011011111 | 8ebd8ede8edf |
EUC-JP | 漆酌釈 | 101111001011111110111100111000001011110011100001 | bcbfbce0bce1 |
UTF-8 | 漆酌釈 | 111001101011110010000110111010011000010110001100111010011000011110001000 | e6bc86e9858ce98788 |
UHC | 漆酌? | 1111011011010100111011011100110000111111 | f6d4edcc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)