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 | 瑩兢?? | 111000001111000010011001010111010011111100111111 | e0f0995d3f3f |
EUC-JP | 瑩兢?? | 111000001111001011010001101111100011111100111111 | e0f2d1be3f3f |
UTF-8 | 瑩兢렍렠 | 111001111001000110101001111001011000010110100010111010111010000010001101111010111010000010100000 | e791a9e585a2eba08deba0a0 |
UHC | 瑩兢렍렠 | 1111101110101001110100001110011110001110101000111000111010110001 | fba9d0e78ea38eb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)