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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 錚麥?棒? | 1110100001000010111010100110110100111111100101100101111100111111 | e842ea6d3f965f3f |
EUC-JP | 錚麥?棒? | 1110111110100011111100111100111000111111110010111100000000111111 | efa3f3ce3fcbc03f |
UTF-8 | 錚麥렔棒가 | 111010011000110010011010111010011011101010100101111010111010000010010100111001101010001110010010111010101011000010000000 | e98c9ae9baa5eba094e6a392eab080 |
UHC | 錚麥렔棒가 | 11101110101101101101100011101010100011101010100111011100111010101011000010100001 | eeb6d8ea8ea9dceab0a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)