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 | ??C? | 00111111001111110100001100111111 | 3f3f433f |
SJIS-WIN | モョC | 1101001110101110010000111111000011100011 | d3ae43f0e3 |
EUC-JP | モョC? | 100011101101001110001110101011100100001100111111 | 8ed38eae433f |
UTF-8 | モョC | 11101111101111101001001111101111101111011010111001000011111011101000001010100010 | efbe93efbdae43ee82a2 |
UHC | ??C? | 00111111001111110100001100111111 | 3f3f433f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)