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 | 荏瀧∵ | 100010010110000010010001111010111000000111100110 | 896091eb81e6 |
EUC-JP | 荏瀧∵ | 101100011100000111000010111011011010001011101000 | b1c1c2eda2e8 |
UTF-8 | 荏瀧∵ | 111010001000110110001111111001111000000010100111111000101000100010110101 | e88d8fe780a7e288b5 |
UHC | 荏瀧∵ | 111011001111101111010110111010011010000111110001 | ecfbd6e9a1f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)