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 | ??t | 001111110011111101110100 | 3f3f74 |
SJIS-WIN | モケt | 110100111011100101110100 | d3b974 |
EUC-JP | モケt | 1000111011010011100011101011100101110100 | 8ed38eb974 |
UTF-8 | モケt | 11101111101111101001001111101111101111011011100101110100 | efbe93efbdb974 |
UHC | ??t | 001111110011111101110100 | 3f3f74 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)