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 | 100010011010111100111111100000111100000001000010 | 89af3f83c042 |
EUC-JP | 憶?βB | 101100101011000100111111101001101100001001000010 | b2b13fa6c242 |
UTF-8 | 憶뷴βB | 111001101000011010110110111010111011011110110100110011101011001001000010 | e686b6ebb7b4ceb242 |
UHC | 憶뷴βB | 11100101111000111011101011100101101001011110001001000010 | e5e3bae5a5e242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)