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 | ??AY | 00111111001111110100000101011001 | 3f3f4159 |
SJIS-WIN | モュAY | 11010011101011010100000101011001 | d3ad4159 |
EUC-JP | モュAY | 100011101101001110001110101011010100000101011001 | 8ed38ead4159 |
UTF-8 | モュAY | 1110111110111110100100111110111110111101101011010100000101011001 | efbe93efbdad4159 |
UHC | ??AY | 00111111001111110100000101011001 | 3f3f4159 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)