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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 筴濺 | 11100010101001111110000001100100 | e2a7e064 |
EUC-JP | 筴濺 | 11100100101010011101111111000101 | e4a9dfc5 |
UTF-8 | 筴濺 | 111001111010110110110100111001101011111110111010 | e7adb4e6bfba |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)