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 | 鶯???∩〃 | 111010011111001000111111001111110011111110000001101111111000000101010110 | e9f23f3f3f81bf8156 |
EUC-JP | 鶯???∩〃 | 111100101111010000111111001111110011111110100010110000011010000110110111 | f2f43f3f3fa2c1a1b7 |
UTF-8 | 鶯뚳쉈掠∩〃 | 111010011011011010101111111010111001101010110011111011001000100110001000111011111010010110110101111000101000100010101001111000111000000010000011 | e9b6afeb9ab3ec8988efa5b5e288a9e38083 |
UHC | 鶯뚳쉈掠∩〃 | 111001011010001110001100111011111011110110100101111001011011000110100001111110111010000110101000 | e5a38cefbda5e5b1a1fba1a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)