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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 阨医o螳鈴 | 11101000100101011000100011100011100000101000111111100101101011101001011111101001 | e89588e3828fe5ae97e9 |
EUC-JP | 阨医o螳鈴 | 11101111111101011011000011100101101000111110111111101010101100001100111011101011 | eff5b0e5a3efeab0ceeb |
UTF-8 | 阨医o螳鈴 | 111010011001100010101000111001011000110010111011111011111011110110001111111010001001111010110011111010011000100010110100 | e998a8e58cbbefbd8fe89eb3e988b4 |
UHC | ??o螳鈴 | 0011111100111111101000111110111111010011110110011101011011000010 | 3f3fa3efd3d9d6c2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)