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 | ??@h | 00111111001111110100000001101000 | 3f3f4068 |
SJIS-WIN | ?屑@h | 0011111110001011111110110100000001101000 | 3f8bfb4068 |
EUC-JP | ?屑@h | 0011111110110110111111010100000001101000 | 3fb6fd4068 |
UTF-8 | 쐛屑@h | 1110110010010000100110111110010110110001100100010100000001101000 | ec909be5b1914068 |
UHC | 쐛屑@h | 100111001000000111100000110110100100000001101000 | 9c81e0da4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)