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 | 褊夊洳 | 111001011110110110011010111010001001111110101100 | e5ed9ae89fac |
EUC-JP | 褊夊洳 | 111010101110111111010100111010101101111010101110 | eaefd4eadeae |
UTF-8 | 褊夊洳 | 111010001010010010001010111001011010010010001010111001101011010010110011 | e8a48ae5a48ae6b4b3 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)