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 | 猷k? | 1001011101010001100000101000101100111111 | 9751828b3f |
EUC-JP | 猷k? | 1100110110110010101000111110101100111111 | cdb2a3eb3f |
UTF-8 | 猷k썯 | 111001111000110010110111111011111011110110001011111011001000110110101111 | e78cb7efbd8bec8daf |
UHC | 猷k썯 | 111010111010001110100011111010111001101110011111 | eba3a3eb9b9f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)