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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 縱?撫B | 111000110111001100111111100101011000111101000010 | e3733f958f42 |
EUC-JP | 縱?撫B | 111001011101010000111111110010011110111101000010 | e5d43fc9ef42 |
UTF-8 | 縱곕撫B | 11100111101110001011000111101010101100111001010111100110100100101010101101000010 | e7b8b1eab395e692ab42 |
UHC | 縱곕撫B | 11110000111111011011000011101011110110011110100001000010 | f0fdb0ebd9e842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)