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 | ムツム | 1101000111000010110100011111010111011000 | d1c2d1f5d8 |
EUC-JP | ムツム? | 10001110110100011000111011000010100011101101000100111111 | 8ed18ec28ed13f |
UTF-8 | ムツム | 111011111011111010010001111011111011111010000010111011111011111010010001111011101001000110000011 | efbe91efbe82efbe91ee9183 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)