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 | ゚鋧キ | 11011111111110111100111110110111 | dffbcfb7 |
EUC-JP | ゚鋧キ | 10001110110111111000111111100100110010111000111010110111 | 8edf8fe4cb8eb7 |
UTF-8 | ゚鋧キ | 111011111011111010011111111010011000101110100111111011111011110110110111 | efbe9fe98ba7efbdb7 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)