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 | ??l | 001111110011111101101100 | 3f3f6c |
SJIS-WIN | 辯ョl | 11100111100001111010111001101100 | e787ae6c |
EUC-JP | 辯ョl | 1110110111100111100011101010111001101100 | ede78eae6c |
UTF-8 | 辯ョl | 11101000101111101010111111101111101111011010111001101100 | e8beafefbdae6c |
UHC | 辯?l | 11011100101010100011111101101100 | dcaa3f6c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)