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 | ?°???? | 001111111011000000111111001111110011111100111111 | 3fb03f3f3f3f |
SJIS-WIN | 羶°今譫≧拭 | 111000111011110110000001100010111000110110100001111001101001111010000001100001101001000001000000 | e3bd818b8da1e69e81869040 |
EUC-JP | 羶°今譫≧拭 | 111001101011111110100001111010111011101010100011111010111111111010100001111001101011111110100001 | e6bfa1ebbaa3ebfea1e6bfa1 |
UTF-8 | 羶°今譫≧拭 | 1110011110111110101101101100001010110000111001001011101110001010111010001010110110101011111000101000100110100111111001101000101110101101 | e7beb6c2b0e4bb8ae8adabe289a7e68bad |
UHC | ?°今??拭 | 001111111010000111000110110100001101000100111111001111111110001111010100 | 3fa1c6d0d13f3fe3d4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)