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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 矗矣耨簔矣 | 11100001110111101110000111100001111000111101001111100010110000011110000111100001 | e1dee1e1e3d3e2c1e1e1 |
EUC-JP | 矗矣耨簔矣 | 11100010111000001110001011100011111001101101010111100100110000111110001011100011 | e2e0e2e3e6d5e4c3e2e3 |
UTF-8 | 矗矣耨簔矣 | 111001111001111110010111111001111001111110100011111010001000000010101000111001111011000010010100111001111001111110100011 | e79f97e79fa3e880a8e7b094e79fa3 |
UHC | 矗矣??矣 | 1111010110111000111010111111100000111111001111111110101111111000 | f5b8ebf83f3febf8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)