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 | ??恁≫? | 00111111001111111001110010001100100000011110001000111111 | 3f3f9c8c81e23f |
EUC-JP | ??恁≫? | 00111111001111111101011111101100101000101110010000111111 | 3f3fd7eca2e43f |
UTF-8 | 李퍭恁≫삓 | 111011111010011110100001111011011000110110101101111001101000000110000001111000101000100110101011111011001000001010010011 | efa7a1ed8dade68181e289abec8293 |
UHC | 李퍭恁≫삓 | 11101100101100001011110001000100111011001111011010100001111011011001100010011000 | ecb0bc44ecf6a1ed9898 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)