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 | 犹皺碼 | 111000001011100111100001101100001110000111111001 | e0b9e1b0e1f9 |
EUC-JP | 犹皺碼 | 111000001011101111100010101100101110001011111011 | e0bbe2b2e2fb |
UTF-8 | 犹皺碼 | 111001111000101010111001111001111001101010111010111001111010001010111100 | e78ab9e79abae7a2bc |
UHC | ?皺碼 | 0011111111110101110101001101100010100111 | 3ff5d4d8a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)