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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ???箸 | 0011111100111111001111111001010010100010 | 3f3f3f94a2 |
EUC-JP | ???箸 | 0011111100111111001111111100100010100100 | 3f3f3fc8a4 |
UTF-8 | 챨큇뤺箸 | 111011001011000110101000111011011000000110000111111010111010010010111010111001111010111010111000 | ecb1a8ed8187eba4bae7aeb8 |
UHC | 챨큇뤺箸 | 1100001110110000110001011010001110001111111010001110111011000110 | c3b0c5a38fe8eec6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)