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 | 瘟??泳?? | 1110000110001001001111110011111110001001011010100011111100111111 | e1893f3f896a3f3f |
EUC-JP | 瘟??泳?? | 1110000111101001001111110011111110110001110010110011111100111111 | e1e93f3fb1cb3f3f |
UTF-8 | 瘟룡래泳싪퀕 | 111001111001100010011111111010111010001110100001111010111001111010011000111001101011001110110011111011001000101110101010111011011000000010010101 | e7989feba3a1eb9e98e6b3b3ec8baaed8095 |
UHC | 瘟룡래泳싪퀕 | 111010001011000010110111111001101011011110100001111001111011011010011010111010001011001110001010 | e8b0b7e6b7a1e7b69ae8b38a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)