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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 形?形?B | 10001100011000000011111110001100011000000011111101000010 | 8c603f8c603f42 |
EUC-JP | 形?形?B | 10110111110000010011111110110111110000010011111101000010 | b7c13fb7c13f42 |
UTF-8 | 形웱形웱B | 11100101101111011010001011101100100110111011000111100101101111011010001011101100100110111011000101000010 | e5bda2ec9bb1e5bda2ec9bb142 |
UHC | 形웱形웱B | 111110111010000110011111011110011111101110100001100111110111100101000010 | fba19f79fba19f7942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)