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 | ???穩? | 001111110011111100111111111000100111001000111111 | 3f3f3fe2723f |
EUC-JP | ???穩? | 001111110011111100111111111000111101001100111111 | 3f3f3fe3d33f |
UTF-8 | 烈꾥나穩뉰 | 111011111010011010011111111010101011111010100101111010111000001010011000111001111010100110101001111010111000100110110000 | efa69feabea5eb8298e7a9a9eb89b0 |
UHC | 烈꾥나穩뉰 | 11100110111011111000010011101000101100111010101011101000101100011000100001000010 | e6ef84e8b3aae8b18842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)