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 | ??J?U | 0011111100111111010010100011111101010101 | 3f3f4a3f55 |
SJIS-WIN | モュJU | 110100111010110101001010111101101011000001010101 | d3ad4af6b055 |
EUC-JP | モュJ?U | 10001110110100111000111010101101010010100011111101010101 | 8ed38ead4a3f55 |
UTF-8 | モュJU | 1110111110111110100100111110111110111101101011010100101011101110100100111001011101010101 | efbe93efbdad4aee939755 |
UHC | ??J?U | 0011111100111111010010100011111101010101 | 3f3f4a3f55 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)