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 | ?慄? | 00111111100111001100100100111111 | 3f9cc93f |
EUC-JP | 瀣慄瀣 | 1000111111001001101100011101100011001011100011111100100110110001 | 8fc9b1d8cb8fc9b1 |
UTF-8 | 瀣慄瀣 | 111001111000000010100011111001101000010110000100111001111000000010100011 | e780a3e68584e780a3 |
UHC | 瀣慄瀣 | 111110101010111011010111110010011111101010101110 | faaed7c9faae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)