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 | 畯經? | 1111101101101111111000110101001100111111 | fb6fe3533f |
EUC-JP | 畯經? | 100011111100110110111011111001011011010000111111 | 8fcdbbe5b43f |
UTF-8 | 畯經깅 | 111001111001010110101111111001111011011010010011111010101011100110000101 | e795afe7b693eab985 |
UHC | 畯經깅 | 111100011110000111001100111010001011000111101011 | f1e1cce8b1eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)