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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 曄ζ | 10011110010000001000001111000100 | 9e4083c4 |
EUC-JP | 曄ζ | 11011011101000011010011011000110 | dba1a6c6 |
UTF-8 | 曄ζ | 1110011010011011100001001100111010110110 | e69b84ceb6 |
UHC | 曄ζ | 11100111101001011010010111100110 | e7a5a5e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)