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 | ???c? | 0011111100111111001111110110001100111111 | 3f3f3f633f |
SJIS-WIN | 洩但形c竪 | 100010010110101110010010010000011000110001100000011000111001001001000111 | 896b92418c60639247 |
EUC-JP | 洩但形c竪 | 101100011100110011000011101000101011011111000001011000111100001110101000 | b1ccc3a2b7c163c3a8 |
UTF-8 | 洩但形c竪 | 11100110101101001010100111100100101111011000011011100101101111011010001001100011111001111010101110101010 | e6b4a9e4bd86e5bda263e7abaa |
UHC | 洩但形c竪 | 111000001101110111010011101000111111101110100001011000111110001010110101 | e0ddd3a3fba163e2b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)