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 | ?°?? | 00111111101100000011111100111111 | 3fb03f3f |
SJIS-WIN | 羶°゛襞 | 1110001110111101100000011000101110000001010010101110010111111100 | e3bd818b814ae5fc |
EUC-JP | 羶°゛襞 | 1110011010111111101000011110101110100001101010111110101011111110 | e6bfa1eba1abeafe |
UTF-8 | 羶°゛襞 | 1110011110111110101101101100001010110000111000111000001010011011111010001010010110011110 | e7beb6c2b0e3829be8a59e |
UHC | ?°?? | 0011111110100001110001100011111100111111 | 3fa1c63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)