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 | 痾驅眄眩 | 1110000101111101111010010111101111100001101111101110000110111111 | e17de97be1bee1bf |
EUC-JP | 痾驅眄眩 | 1110000111011110111100011101110011100010110000001110001011000001 | e1def1dce2c0e2c1 |
UTF-8 | 痾驅眄眩 | 111001111001011110111110111010011010100110000101111001111001110010000100111001111001110010101001 | e797bee9a985e79c84e79ca9 |
UHC | ?驅眄眩 | 00111111110011111100110011011000111110001111101011011111 | 3fcfccd8f8fadf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)