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 | ??恁≪? | 00111111001111111001110010001100100000011110000100111111 | 3f3f9c8c81e13f |
EUC-JP | ??恁≪? | 00111111001111111101011111101100101000101110001100111111 | 3f3fd7eca2e33f |
UTF-8 | 李푎恁≪콌 | 111011111010011110100001111011011001000110001110111001101000000110000001111000101000100110101010111011001011110110001100 | efa7a1ed918ee68181e289aaecbd8c |
UHC | 李푎恁≪콌 | 11101100101100001011111001010101111011001111011010100001111011001011000110001000 | ecb0be55ecf6a1ecb188 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)