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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 旬??? | 1000111101111011001111110011111100111111 | 8f7b3f3f3f |
EUC-JP | 旬??? | 1011110111011100001111110011111100111111 | bddc3f3f3f |
UTF-8 | 旬뗨똃濾 | 111001101001011110101100111010111001011110101000111010111001100010000011111011111010011010000100 | e697aceb97a8eb9883efa684 |
UHC | 旬뗨똃濾 | 1110001011100010100010111110100010001100010001001110011010100100 | e2e28be88c44e6a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)