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 | 00111111001111110011111101110011 | 3f3f3f73 |
SJIS-WIN | 盖痾涌s | 11100001101100111110000101111101100101110100111101110011 | e1b3e17d974f73 |
EUC-JP | 盖痾涌s | 11100010101101011110000111011110110011011011000001110011 | e2b5e1decdb073 |
UTF-8 | 盖痾涌s | 11100111100110111001011011100111100101111011111011100110101101101000110001110011 | e79b96e797bee6b68c73 |
UHC | 盖?涌s | 110010111100110000111111111010011011111101110011 | cbcc3fe9bf73 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)