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 | ???c???? | 0011111100111111001111110110001100111111001111110011111100111111 | 3f3f3f633f3f3f3f |
SJIS-WIN | ???c???? | 0011111100111111001111110110001100111111001111110011111100111111 | 3f3f3f633f3f3f3f |
EUC-JP | ???c???? | 0011111100111111001111110110001100111111001111110011111100111111 | 3f3f3f633f3f3f3f |
UTF-8 | 淋귦삺c淋귦삢淋 | 11101111101001111011010111101010101101111010011011101100100000101011101001100011111011111010011110110101111010101011011110100110111011001000001010100010111011111010011110110101 | efa7b5eab7a6ec82ba63efa7b5eab7a6ec82a2efa7b5 |
UHC | 淋귦삺c淋귦삢淋 | 111011001111100010000010111011011001100010110001011000111110110011111000100000101110110110011000101000111110110011111000 | ecf882ed98b163ecf882ed98a3ecf8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)