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 | 001111110011111101111011001111110011111101110011 | 3f3f7b3f3f73 |
SJIS-WIN | 軏戎{軏戎s | 11111011101100101000111101011110011110111111101110110010100011110101111001110011 | fbb28f5e7bfbb28f5e73 |
EUC-JP | 軏戎{軏戎s | 100011111110000011011001101111011011111101111011100011111110000011011001101111011011111101110011 | 8fe0d9bdbf7b8fe0d9bdbf73 |
UTF-8 | 軏戎{軏戎s | 1110100010111011100011111110011010001000100011100111101111101000101110111000111111100110100010001000111001110011 | e8bb8fe6888e7be8bb8fe6888e73 |
UHC | ?戎{?戎s | 0011111111101011110101000111101100111111111010111101010001110011 | 3febd47b3febd473 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)