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 | ??Ⅶ | 00111111001111111000011101011010 | 3f3f875a |
EUC-JP | ??? | 001111110011111100111111 | 3f3f3f |
UTF-8 | 銳녿Ⅶ | 111010011000101010110011111010111000010110111111111000101000010110100110 | e98ab3eb85bfe285a6 |
UHC | 銳녿Ⅶ | 111001111110010110000110111010111010010110110110 | e7e586eba5b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)