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 | 羶°今譫 | 1110001110111101100000011000101110001101101000011110011010011110 | e3bd818b8da1e69e |
EUC-JP | 羶°今譫 | 1110011010111111101000011110101110111010101000111110101111111110 | e6bfa1ebbaa3ebfe |
UTF-8 | 羶°今譫 | 1110011110111110101101101100001010110000111001001011101110001010111010001010110110101011 | e7beb6c2b0e4bb8ae8adab |
UHC | ?°今? | 001111111010000111000110110100001101000100111111 | 3fa1c6d0d13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)