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 | タ鄲蹌 | 1100000011100111110000001110011101000010 | c0e7c0e742 |
EUC-JP | タ鄲蹌 | 100011101100000011101110110000101110110110100011 | 8ec0eec2eda3 |
UTF-8 | タ鄲蹌 | 111011111011111010000000111010011000010010110010111010001011100110001100 | efbe80e984b2e8b98c |
UHC | ?鄲? | 00111111110100111011001100111111 | 3fd3b33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)