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 | 瘟??墺?渦 | 111000011000100100111111001111111001101011010010001111111000100101010001 | e1893f3f9ad23f8951 |
EUC-JP | 瘟??墺?渦 | 111000011110100100111111001111111101010011010100001111111011000110110010 | e1e93f3fd4d43fb1b2 |
UTF-8 | 瘟룡릫墺킖渦 | 111001111001100010011111111010111010001110100001111010111010011010101011111001011010001010111010111011011000001010010110111001101011100010100110 | e7989feba3a1eba6abe5a2baed8296e6b8a6 |
UHC | 瘟룡릫墺킖渦 | 111010001011000010110111111001101001000010001101111001111111001010110101010000101110100010111110 | e8b0b7e6908de7f2b542e8be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)