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 | 李쇳쉹李퍷 | 111011111010011110100001111011001000011110110011111011001000100110111001111011111010011110100001111011011000110110110111 | efa7a1ec87b3ec89b9efa7a1ed8db7 |
UHC | 李쇳쉹李퍷 | 11101100101100001011110011101101100110101000111111101100101100001011110001001110 | ecb0bced9a8fecb0bc4e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)