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 | ?{ | 001111111000000101101111 | 3f816f |
EUC-JP | ?{ | 001111111010000111010000 | 3fa1d0 |
UTF-8 | 怜{ | 111011111010011010101100111011111011110110011011 | efa6acefbd9b |
UHC | 怜{ | 11100111101100001010001111111011 | e7b0a3fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)