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 | 躁?翁?戌 | 1110011101001110001111111000100110100101001111111001110011111010 | e74e3f89a53f9cfa |
EUC-JP | 躁?翁?戌 | 1110110110101111001111111011001010100111001111111101100011111100 | edaf3fb2a73fd8fc |
UTF-8 | 躁렓翁렮戌 | 111010001011101010000001111010111010000010010011111001111011111110000001111010111010000010101110111001101000100010001100 | e8ba81eba093e7bf81eba0aee6888c |
UHC | 躁렓翁렮戌 | 11110000111000101000111010101000111010001011101010001110101110111110001011111001 | f0e28ea8e8ba8ebbe2f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)