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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鈺?Б? | 111110111100010000111111100001000100000100111111 | fbc43f84413f |
EUC-JP | 鈺?Б? | 10001111111000111101010100111111101001111010001000111111 | 8fe3d53fa7a23f |
UTF-8 | 鈺뚦Б黎 | 1110100110001000101110101110101110011010101001101101000010010001111011111010011010001001 | e988baeb9aa6d091efa689 |
UHC | 鈺뚦Б黎 | 1110100010101101100011001110010110101100101000101110011010110001 | e8ad8ce5aca2e6b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)