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 | 鬮キ蜈育諺 | 111010011010101110110111111001011000010110001000111001111000110010111111 | e9abb7e58588e78cbf |
EUC-JP | 鬮キ蜈育諺 | 11110010101011011000111010110111111010011110010110110000111010011011100011000001 | f2ad8eb7e9e5b0e9b8c1 |
UTF-8 | 鬮キ蜈育諺 | 111010011010110010101110111011111011110110110111111010001001110010001000111010001000001010110010111010001010101110111010 | e9acaeefbdb7e89c88e882b2e8abba |
UHC | ??蜈育諺 | 0011111100111111111010001010010111101011110000001110010111101100 | 3f3fe8a5ebc0e5ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)