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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
UTF-8 | 李퐑李쇰젮 | 111011111010011110100001111011011001000010010001111011111010011110100001111011001000011110110000111011001010000010101110 | efa7a1ed9091efa7a1ec87b0eca0ae |
UHC | 李퐑李쇰젮 | 11101100101100001011110101110101111011001011000010111100111010111010000010100100 | ecb0bd75ecb0bceba0a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)