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 | 銓費セ | 1110011111110010100101001110111110111110 | e7f294efbe |
EUC-JP | 銓費セ | 111011101111010011001000111100011000111010111110 | eef4c8f18ebe |
UTF-8 | 銓費セ | 111010011000101010010011111010001011001010111011111011111011110110111110 | e98a93e8b2bbefbdbe |
UHC | 銓費? | 1110111110110000110111101010100000111111 | efb0dea83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)