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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ーョ裴 | 10110000101011101110010111101000 | b0aee5e8 |
EUC-JP | ーョ裴 | 100011101011000010001110101011101110101011101010 | 8eb08eaeeaea |
UTF-8 | ーョ裴 | 111011111011110110110000111011111011110110101110111010001010001110110100 | efbdb0efbdaee8a3b4 |
UHC | ??裴 | 00111111001111111101101111010000 | 3f3fdbd0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)