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 | 肭醇凱襞 | 1110001111101011100011111000011010001010010011011110010111111100 | e3eb8f868a4de5fc |
EUC-JP | 肭醇凱襞 | 1110011011101101101111011110011010110011101011101110101011111110 | e6edbde6b3aeeafe |
UTF-8 | 肭醇凱襞 | 111010001000001010101101111010011000011010000111111001011000011110110001111010001010010110011110 | e882ade98687e587b1e8a59e |
UHC | ?醇凱? | 001111111110001011110101110010111100001000111111 | 3fe2f5cbc23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)