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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 晤ゆ? | 1001110111101011100000101110010000111111 | 9deb82e43f |
EUC-JP | 晤ゆˇ | 11011010111011011010010011100110100011111010001010110000 | daeda4e68fa2b0 |
UTF-8 | 晤ゆˇ | 1110011010011001101001001110001110000010100001101100101110000111 | e699a4e38286cb87 |
UHC | 晤ゆˇ | 111001111111101110101010111001101010001010100111 | e7fbaae6a2a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)