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 | 齋??淫 | 111000100101011000111111001111111000100011111010 | e2563f3f88fa |
EUC-JP | 齋??淫 | 111000111011011100111111001111111011000011111100 | e3b73f3fb0fc |
UTF-8 | 齋얜ㄼ淫 | 111010011011110110001011111011001001011010011100111000111000010010111100111001101011011110101011 | e9bd8bec969ce384bce6b7ab |
UHC | 齋얜ㄼ淫 | 1110111010110001101111101110101110100100101011001110101111100010 | eeb1beeba4acebe2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)