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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | シウ昭 | 111100001110111110111100101100111000111110111010 | f0efbcb38fba |
EUC-JP | ?シウ昭 | 00111111100011101011110010001110101100111011111010111100 | 3f8ebc8eb3bebc |
UTF-8 | シウ昭 | 111011101000001010101110111011111011110110111100111011111011110110110011111001101001100010101101 | ee82aeefbdbcefbdb3e698ad |
UHC | ???昭 | 0011111100111111001111111110000110111001 | 3f3f3fe1b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)