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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?輕? | 00111111111001110110101000111111 | 3fe76a3f |
EUC-JP | ?輕? | 00111111111011011100101100111111 | 3fedcb3f |
UTF-8 | 李輕뉘 | 111011111010011110100001111010001011110010010101111010111000100110011000 | efa7a1e8bc95eb8998 |
UHC | 李輕뉘 | 111011001011000011001100111011101011010010110101 | ecb0cceeb4b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)