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 | ??????G | 00111111001111110011111100111111001111110011111101000111 | 3f3f3f3f3f3f47 |
SJIS-WIN | 鈔ア遶ッ貂ャG | 11100111111000101011000111100111101010111010111111100110101110001010110001000111 | e7e2b1e7abafe6b8ac47 |
EUC-JP | 鈔ア遶ッ貂ャG | 11101110111001001000111010110001111011101010110110001110101011111110110010111010100011101010110001000111 | eee48eb1eead8eafecba8eac47 |
UTF-8 | 鈔ア遶ッ貂ャG | 11101001100010001001010011101111101111011011000111101001100000011011011011101111101111011010111111101000101100101000001011101111101111011010110001000111 | e98894efbdb1e981b6efbdafe8b282efbdac47 |
UHC | ????貂?G | 0011111100111111001111110011111111110101101100000011111101000111 | 3f3f3f3ff5b03f47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)