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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 錺葛シ襤 | 11101000010001001000101010001011101111001110011001000001 | e8448a8bbce641 |
EUC-JP | 錺葛シ襤 | 1110111110100101101100111110101110001110101111001110101110100010 | efa5b3eb8ebceba2 |
UTF-8 | 錺葛シ襤 | 111010011000110010111010111010001001000110011011111011111011110110111100111010001010010110100100 | e98cbae8919befbdbce8a5a4 |
UHC | ?葛?襤 | 001111111100101011100111001111111101010111000001 | 3fcae73fd5c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)