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 | 韈咒d韜 | 1110100011100111100110011110111010000010100001001110100011101001 | e8e799ee8284e8e9 |
EUC-JP | 韈咒d韜 | 1111000011101001110100101111000010100011111001001111000011101011 | f0e9d2f0a3e4f0eb |
UTF-8 | 韈咒d韜 | 111010011001111110001000111001011001001010010010111011111011110110000100111010011001111110011100 | e99f88e59292efbd84e99f9c |
UHC | ??d韜 | 001111110011111110100011111001001101010010110111 | 3f3fa3e4d4b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)