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 | 郢也事霓。荳 | 1110011110111001100101101110011110001110100101101110100010111101101000011110010010111000 | e7b996e78e96e8bda1e4b8 |
EUC-JP | 郢也事霓。荳 | 111011101011101111001100111010011011101111110110111100001011111110001110101000011110100010111010 | eebbcce9bbf6f0bf8ea1e8ba |
UTF-8 | 郢也事霓。荳 | 111010011000001110100010111001001011100110011111111001001011101010001011111010011001110010010011111011111011110110100001111010001000110110110011 | e983a2e4b99fe4ba8be99c93efbda1e88db3 |
UHC | ?也事霓?荳 | 00111111111001011010010111011110110000001110011111100111001111111101010011100101 | 3fe5a5dec0e7e73fd4e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)