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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 鉀 | 11111011110001011111000011111000 | fbc5f0f8 |
EUC-JP | 鉀? | 10001111111000111101100000111111 | 8fe3d83f |
UTF-8 | 鉀 | 111010011000100110000000111011101000001010110111 | e98980ee82b7 |
UHC | 鉀? | 110010111010010100111111 | cba53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)