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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ??鉗 | 00111111001111111110011111100111 | 3f3fe7e7 |
EUC-JP | ??鉗 | 00111111001111111110111011101001 | 3f3feee9 |
UTF-8 | 클횻鉗 | 111011011000000110110100111011011001101010111011111010011000100110010111 | ed81b4ed9abbe98997 |
UHC | 클횻鉗 | 110001011010110011001000110000111100110011000110 | c5acc8c3ccc6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)