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 | ???S | 00111111001111110011111101010011 | 3f3f3f53 |
SJIS-WIN | 痾鈔眄S | 11100001011111011110011111100010111000011011111001010011 | e17de7e2e1be53 |
EUC-JP | 痾鈔眄S | 11100001110111101110111011100100111000101100000001010011 | e1deeee4e2c053 |
UTF-8 | 痾鈔眄S | 11100111100101111011111011101001100010001001010011100111100111001000010001010011 | e797bee98894e79c8453 |
UHC | ??眄S | 0011111100111111110110001111100001010011 | 3f3fd8f853 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)