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 | 曄??諭?? | 1001111001000000001111110011111110010111010000000011111100111111 | 9e403f3f97403f3f |
EUC-JP | 曄??諭?? | 1101101110100001001111110011111111001101101000010011111100111111 | dba13f3fcda13f3f |
UTF-8 | 曄됯퀋諭뚨빉 | 111001101001101110000100111010111001000010101111111011011000000010001011111010001010101110101101111010111001101010101000111010111011100110001001 | e69b84eb90afed808be8abadeb9aa8ebb989 |
UHC | 曄됯퀋諭뚨빉 | 111001111010010110001001111010101011001110000001111010111011000110001100111001111001010110101111 | e7a589eab381ebb18ce795af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)