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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ロス鰲 | 11011011101111011110100111100000 | dbbde9e0 |
EUC-JP | ロス鰲 | 100011101101101110001110101111011111001011100010 | 8edb8ebdf2e2 |
UTF-8 | ロス鰲 | 111011111011111010011011111011111011110110111101111010011011000010110010 | efbe9befbdbde9b0b2 |
UHC | ??鰲 | 00111111001111111110100010100111 | 3f3fe8a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)