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 | 錺葛キ | 1110100001000100100010101000101110110111 | e8448a8bb7 |
EUC-JP | 錺葛キ | 111011111010010110110011111010111000111010110111 | efa5b3eb8eb7 |
UTF-8 | 錺葛キ | 111010011000110010111010111010001001000110011011111011111011110110110111 | e98cbae8919befbdb7 |
UHC | ?葛? | 00111111110010101110011100111111 | 3fcae73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)