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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 畯經?B | 111110110110111111100011010100110011111101000010 | fb6fe3533f42 |
EUC-JP | 畯經?B | 10001111110011011011101111100101101101000011111101000010 | 8fcdbbe5b43f42 |
UTF-8 | 畯經삑B | 11100111100101011010111111100111101101101001001111101100100000101001000101000010 | e795afe7b693ec829142 |
UHC | 畯經삑B | 11110001111000011100110011101000101110111110000001000010 | f1e1cce8bbe042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)