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 | 芫割 | 11100100100010111000101010000100 | e48b8a84 |
EUC-JP | 芫割 | 11100111111010111011001111100100 | e7ebb3e4 |
UTF-8 | 芫割 | 111010001000101010101011111001011000100110110010 | e88aabe589b2 |
UHC | ?割 | 001111111111100111011100 | 3ff9dc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)