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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ◇?冀?〓 | 1000000110011110001111111001100101100010001111111000000110101100 | 819e3f99623f81ac |
EUC-JP | ◇?冀?〓 | 1010000111111110001111111101000111000011001111111010001010101110 | a1fe3fd1c33fa2ae |
UTF-8 | ◇룶冀㈐〓 | 111000101001011110000111111010111010001110110110111001011000011010000000111000111000100010010000111000111000000010010011 | e29787eba3b6e58680e38890e38093 |
UHC | ◇룶冀㈐〓 | 10100001110111101000111110101011110100001110110110101001110000011010000111101011 | a1de8fabd0eda9c1a1eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)