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 | 鞳守無跼 | 1110100011100011100011101110011110010110101100111110011011110000 | e8e38ee796b3e6f0 |
EUC-JP | 鞳守無跼 | 1111000011100101101111001110100111001100101101011110110011110010 | f0e5bce9ccb5ecf2 |
UTF-8 | 鞳守無跼 | 111010011001111010110011111001011010111010001000111001111000010010100001111010001011011110111100 | e99eb3e5ae88e784a1e8b7bc |
UHC | ?守無? | 001111111110000111111010110110011110110100111111 | 3fe1fad9ed3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)