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 | 鬘鷺請謳 | 1110100110100001100011011110101110010000101111111110011010010000 | e9a18deb90bfe690 |
EUC-JP | 鬘鷺請謳 | 1111001010100011101110101110110111000000110000011110101111110000 | f2a3baedc0c1ebf0 |
UTF-8 | 鬘鷺請謳 | 111010011010110010011000111010011011011110111010111010001010101110001011111010001010110010110011 | e9ac98e9b7bae8ab8be8acb3 |
UHC | ?鷺請謳 | 00111111110101101101110011110100111010111100111111000100 | 3fd6dcf4ebcfc4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)