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 | 錺葛イ | 1110100001000100100010101000101110110010 | e8448a8bb2 |
EUC-JP | 錺葛イ | 111011111010010110110011111010111000111010110010 | efa5b3eb8eb2 |
UTF-8 | 錺葛イ | 111010011000110010111010111010001001000110011011111011111011110110110010 | e98cbae8919befbdb2 |
UHC | ?葛? | 00111111110010101110011100111111 | 3fcae73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)