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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 鋐ホ魏タ^ | 11111011110100101100111011101001101100001100000001011110 | fbd2cee9b0c05e |
EUC-JP | 鋐ホ魏タ^ | 10001111111001001011111010001110110011101111001010110010100011101100000001011110 | 8fe4be8ecef2b28ec05e |
UTF-8 | 鋐ホ魏タ^ | 11101001100010111001000011101111101111101000111011101001101011011000111111101111101111101000000001011110 | e98b90efbe8ee9ad8fefbe805e |
UHC | ??魏?^ | 001111110011111111101010111000000011111101011110 | 3f3feae03f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)