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 | 簫ーア | 11100010110100101011000010110001 | e2d2b0b1 |
EUC-JP | 簫ーア | 111001001101010010001110101100001000111010110001 | e4d48eb08eb1 |
UTF-8 | 簫ーア | 111001111011000010101011111011111011110110110000111011111011110110110001 | e7b0abefbdb0efbdb1 |
UHC | 簫?? | 11100001110001110011111100111111 | e1c73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)