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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 曄ο?燿 | 10011110010000001000001111001101001111111110000010100000 | 9e4083cd3fe0a0 |
EUC-JP | 曄ο?燿 | 11011011101000011010011011001111001111111110000010100010 | dba1a6cf3fe0a2 |
UTF-8 | 曄ο스燿 | 1110011010011011100001001100111010111111111011001000101010100100111001111000011110111111 | e69b84cebfec8aa4e787bf |
UHC | 曄ο스燿 | 1110011110100101101001011110111110111101101110101110100011111100 | e7a5a5efbdbae8fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)