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 | 100011111011000011111010111110111000111110110000111110101111101101000010 | 8fb0fafb8fb0fafb42 |
EUC-JP | 床涇床涇B | 1011111010110010100011111100011111000111101111101011001010001111110001111100011101000010 | beb28fc7c7beb28fc7c742 |
UTF-8 | 床涇床涇B | 11100101101110101000101011100110101101101000011111100101101110101000101011100110101101101000011101000010 | e5ba8ae6b687e5ba8ae6b68742 |
UHC | 床涇床涇B | 110111111100100111001100110111001101111111001001110011001101110001000010 | dfc9ccdcdfc9ccdc42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)