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 | ???u | 00111111001111110011111101110101 | 3f3f3f75 |
SJIS-WIN | 盖怐涌u | 11100001101100111001110010000001100101110100111101110101 | e1b39c81974f75 |
EUC-JP | 盖怐涌u | 11100010101101011101011111100001110011011011000001110101 | e2b5d7e1cdb075 |
UTF-8 | 盖怐涌u | 11100111100110111001011011100110100000001001000011100110101101101000110001110101 | e79b96e68090e6b68c75 |
UHC | 盖?涌u | 110010111100110000111111111010011011111101110101 | cbcc3fe9bf75 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)