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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 鞨シ」シニ荳 | 1110100011100000101111001010001110111100110001101110010010111000 | e8e0bca3bcc6e4b8 |
EUC-JP | 鞨シ」シニ荳 | 111100001110001010001110101111001000111010100011100011101011110010001110110001101110100010111010 | f0e28ebc8ea38ebc8ec6e8ba |
UTF-8 | 鞨シ」シニ荳 | 111010011001111010101000111011111011110110111100111011111011110110100011111011111011110110111100111011111011111010000110111010001000110110110011 | e99ea8efbdbcefbda3efbdbcefbe86e88db3 |
UHC | 鞨????荳 | 1100101011101010001111110011111100111111001111111101010011100101 | caea3f3f3f3fd4e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)