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 | 001111111110010010001000111010100100000001000010 | 3fe488ea4042 |
EUC-JP | ?艾鵝B | 001111111110011111101000111100111010000101000010 | 3fe7e8f3a142 |
UTF-8 | 싕艾鵝B | 11101100100010111001010111101000100010011011111011101001101101011001110101000010 | ec8b95e889bee9b59d42 |
UHC | 싕艾鵝B | 10011010110110001110010011110101111001001011110101000010 | 9ad8e4f5e4bd42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)