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 | モ。ラ磋 | 1101001110100001110101111110000111110110 | d3a1d7e1f6 |
EUC-JP | モ。ラ磋 | 1000111011010011100011101010000110001110110101111110001011111000 | 8ed38ea18ed7e2f8 |
UTF-8 | モ。ラ磋 | 111011111011111010010011111011111011110110100001111011111011111010010111111001111010001110001011 | efbe93efbda1efbe97e7a38b |
UHC | ???磋 | 0011111100111111001111111111001110101111 | 3f3f3ff3af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)