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 | 﨑冗沍貽 | 1111101010110001100011111110011110011111100011001110011011000100 | fab18fe79f8ce6c4 |
EUC-JP | ?冗沍貽 | 00111111101111101110100111011101111011001110110011000110 | 3fbee9ddececc6 |
UTF-8 | 﨑冗沍貽 | 111011111010100010010001111001011000011010010111111001101011001010001101111010001011001010111101 | efa891e58697e6b28de8b2bd |
UHC | ?冗?貽 | 001111111110100110110111001111111110110011000010 | 3fe9b73fecc2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)