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 | 足橋攻 | 100100011010101110001011101101001000110101010101 | 91ab8bb48d55 |
EUC-JP | 足橋攻 | 110000101010110110110110101101101011100110110110 | c2adb6b6b9b6 |
UTF-8 | 足橋攻 | 111010001011011010110011111001101010100110001011111001101001010010111011 | e8b6b3e6a98be694bb |
UHC | 足橋攻 | 111100001110101111001110111010011100110111110100 | f0ebcee9cdf4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)