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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鬘ー蜈育諺 | 111010011010000110110000111001011000010110001000111001111000110010111111 | e9a1b0e58588e78cbf |
EUC-JP | 鬘ー蜈育諺 | 11110010101000111000111010110000111010011110010110110000111010011011100011000001 | f2a38eb0e9e5b0e9b8c1 |
UTF-8 | 鬘ー蜈育諺 | 111010011010110010011000111011111011110110110000111010001001110010001000111010001000001010110010111010001010101110111010 | e9ac98efbdb0e89c88e882b2e8abba |
UHC | ??蜈育諺 | 0011111100111111111010001010010111101011110000001110010111101100 | 3f3fe8a5ebc0e5ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)