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 | 窩?碼 | 1110001001111100001111111110000111111001 | e27c3fe1f9 |
EUC-JP | 窩?碼 | 1110001111011101001111111110001011111011 | e3dd3fe2fb |
UTF-8 | 窩븜碼 | 111001111010101010101001111010111011100010011100111001111010001010111100 | e7aaa9ebb89ce7a2bc |
UHC | 窩븜碼 | 111010001100000010111010111011101101100010100111 | e8c0baeed8a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)