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 | 11010101111100100111110101000010 | d5f27d42 |
SJIS-WIN | ??}B | 00111111001111110111110101000010 | 3f3f7d42 |
EUC-JP | Õò}B | 1000111110101010110110001000111110101011110100100111110101000010 | 8faad88fabd27d42 |
UTF-8 | Õò}B | 110000111001010111000011101100100111110101000010 | c395c3b27d42 |
UHC | ??}B | 00111111001111110111110101000010 | 3f3f7d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)