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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?歟曜? | 001111111001111101100010100101110110101000111111 | 3f9f62976a3f |
EUC-JP | ?歟曜艅 | 0011111111011101110000111100110111001011100011111101011011111101 | 3fddc3cdcb8fd6fd |
UTF-8 | 行歟曜艅 | 111011111010100010001000111001101010110110011111111001101001101110011100111010001000100110000101 | efa888e6ad9fe69b9ce88985 |
UHC | 行歟曜艅 | 1111101010100001111001101010001011101000111110001110011010101001 | faa1e6a2e8f8e6a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)