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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 俄肅 | 10001001111000101110001111100111 | 89e2e3e7 |
EUC-JP | 俄肅 | 10110010111001001110011011101001 | b2e4e6e9 |
UTF-8 | 俄肅 | 111001001011111110000100111010001000001010000101 | e4bf84e88285 |
UHC | 俄肅 | 11100100101011011110001011011100 | e4ade2dc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)