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 | ??G | 001111110011111101000111 | 3f3f47 |
SJIS-WIN | 盖穩G | 1110000110110011111000100111001001000111 | e1b3e27247 |
EUC-JP | 盖穩G | 1110001010110101111000111101001101000111 | e2b5e3d347 |
UTF-8 | 盖穩G | 11100111100110111001011011100111101010011010100101000111 | e79b96e7a9a947 |
UHC | 盖穩G | 1100101111001100111010001011000101000111 | cbcce8b147 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)