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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???肉ε? | 0011111100111111001111111001001111110111100000111100001100111111 | 3f3f3f93f783c33f |
EUC-JP | ???肉ε? | 0011111100111111001111111100011011111001101001101100010100111111 | 3f3f3fc6f9a6c53f |
UTF-8 | 歷띰퐢肉ε래 | 1110111110100110100011001110101110011101101100001110110110010000101000101110100010000010100010011100111010110101111010111001111010011000 | efa68ceb9db0ed90a2e88289ceb5eb9e98 |
UHC | 歷띰퐢肉ε래 | 111001101011100010110110111011111011110110001011111010111011111110100101111001011011011110100001 | e6b8b6efbd8bebbfa5e5b7a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)