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 | 綏芽魁襞 | 1110001101010110100010011110100010001010010000001110010111111100 | e35689e88a40e5fc |
EUC-JP | 綏芽魁襞 | 1110010110110111101100101110101010110011101000011110101011111110 | e5b7b2eab3a1eafe |
UTF-8 | 綏芽魁襞 | 111001111011011010001111111010001000101010111101111010011010110110000001111010001010010110011110 | e7b68fe88abde9ad81e8a59e |
UHC | 綏芽魁? | 11100010101101111110010010110100110011101101101000111111 | e2b7e4b4ceda3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)