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 | ???W | 00111111001111110011111101010111 | 3f3f3f57 |
SJIS-WIN | 痾鈔眄W | 11100001011111011110011111100010111000011011111001010111 | e17de7e2e1be57 |
EUC-JP | 痾鈔眄W | 11100001110111101110111011100100111000101100000001010111 | e1deeee4e2c057 |
UTF-8 | 痾鈔眄W | 11100111100101111011111011101001100010001001010011100111100111001000010001010111 | e797bee98894e79c8457 |
UHC | ??眄W | 0011111100111111110110001111100001010111 | 3f3fd8f857 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)