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 | ??[?? | 0011111100111111010110110011111100111111 | 3f3f5b3f3f |
SJIS-WIN | モュ[ | 11010011101011010101101111110110110011101111000111111100 | d3ad5bf6cef1fc |
EUC-JP | モュ[?? | 10001110110100111000111010101101010110110011111100111111 | 8ed38ead5b3f3f |
UTF-8 | モュ[ | 11101111101111101001001111101111101111011010110101011011111011101001001110110101111011101000010110110111 | efbe93efbdad5bee93b5ee85b7 |
UHC | ??[?? | 0011111100111111010110110011111100111111 | 3f3f5b3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)