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 | ??h | 001111110011111101101000 | 3f3f68 |
SJIS-WIN | 辯ョh | 11100111100001111010111001101000 | e787ae68 |
EUC-JP | 辯ョh | 1110110111100111100011101010111001101000 | ede78eae68 |
UTF-8 | 辯ョh | 11101000101111101010111111101111101111011010111001101000 | e8beafefbdae68 |
UHC | 辯?h | 11011100101010100011111101101000 | dcaa3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)