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 | 鐔画シ | 111010000101110010001001111001101000001101010110 | e85c89e68356 |
EUC-JP | 鐔画シ | 111011111011110110110010111010001010010110110111 | efbdb2e8a5b7 |
UTF-8 | 鐔画シ | 111010011001000010010100111001111001010010111011111000111000001010110111 | e99094e794bbe382b7 |
UHC | ??シ | 00111111001111111010101110110111 | 3f3fabb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)