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 | 曄????? | 10011110010000000011111100111111001111110011111100111111 | 9e403f3f3f3f3f |
EUC-JP | 曄????? | 11011011101000010011111100111111001111110011111100111111 | dba13f3f3f3f3f |
UTF-8 | 曄됯퀗溜잙젵 | 111001101001101110000100111010111001000010101111111011011000000010010111111011111010011110001011111011001001111010011001111011001010000010110101 | e69b84eb90afed8097efa78bec9e99eca0b5 |
UHC | 曄됯퀗溜잙젵 | 111001111010010110001001111010101011001110001100111010101111111010011111111010111010000010101001 | e7a589eab38ceafe9feba0a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)