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 | 11100111101011101000111111100111101011111011011101000010 | e7ae8fe7afb742 |
EUC-JP | 邂冗ッキB | 111011101011000010111110111010011000111010101111100011101011011101000010 | eeb0bee98eaf8eb742 |
UTF-8 | 邂冗ッキB | 11101001100000101000001011100101100001101001011111101111101111011010111111101111101111011011011101000010 | e98282e58697efbdafefbdb742 |
UHC | 邂冗??B | 11111010101100111110100110110111001111110011111101000010 | fab3e9b73f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)