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 | ?┝?茨? | 00111111100001001011101000111111100010001110111100111111 | 3f84ba3f88ef3f |
EUC-JP | ?┝?茨? | 00111111101010001011110000111111101100001111000100111111 | 3fa8bc3fb0f13f |
UTF-8 | 뤶┝띵茨생 | 111010111010010010110110111000101001010010011101111010111001110110110101111010001000110010101000111011001000001110011101 | eba4b6e2949deb9db5e88ca8ec839d |
UHC | 뤶┝띵茨생 | 10001111111001001010011010111100101101101111001011101101101111001011101111111101 | 8fe4a6bcb6f2edbcbbfd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)