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 | 遏ョ竭ィ岦 | 1110011110011111101011101110001010010001101010001111101010101100 | e79faee291a8faac |
EUC-JP | 遏ョ竭ィ岦 | 1110111010100001100011101010111011100011111100011000111010101000100011111011101110110011 | eea18eaee3f18ea88fbbb3 |
UTF-8 | 遏ョ竭ィ岦 | 111010011000000110001111111011111011110110101110111001111010101110101101111011111011110110101000111001011011001010100110 | e9818fefbdaee7abadefbda8e5b2a6 |
UHC | ??竭?? | 001111110011111111001010111001100011111100111111 | 3f3fcae63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)