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 | タ翆「 | 11000000111000111100000110100010 | c0e3c1a2 |
EUC-JP | タ翆「 | 100011101100000011100110110000111000111010100010 | 8ec0e6c38ea2 |
UTF-8 | タ翆「 | 111011111011111010000000111001111011111110000110111011111011110110100010 | efbe80e7bf86efbda2 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)