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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 楡λ? | 1001111010111110100000111100100100111111 | 9ebe83c93f |
EUC-JP | 楡λ? | 1101110011000000101001101100101100111111 | dcc0a6cb3f |
UTF-8 | 楡λ엑 | 1110011010100101101000011100111010111011111011001001011110010001 | e6a5a1cebbec9791 |
UHC | 楡λ엑 | 111010101111100010100101111010111011111110100010 | eaf8a5ebbfa2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)