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 | ???詣? | 001111110011111100111111100011000111011100111111 | 3f3f3f8c773f |
EUC-JP | 濚??詣? | 1000111111001001101000010011111100111111101101111101100000111111 | 8fc9a13f3fb7d83f |
UTF-8 | 濚삘닜詣퇑 | 111001101011111110011010111011001000001010011000111010111000101110011100111010001010100110100011111011011000011110010001 | e6bf9aec8298eb8b9ce8a9a3ed8791 |
UHC | 濚삘닜詣퇑 | 11100111101110011011101111100010100010001001110111100111111000011011100001000010 | e7b9bbe2889de7e1b842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)