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 | 餓手脣 | 100010011110110010001110111010001110001111111010 | 89ec8ee8e3fa |
EUC-JP | 餓手脣 | 101100101110111010111100111010101110011011111100 | b2eebceae6fc |
UTF-8 | 餓手脣 | 111010011010010010010011111001101000100110001011111010001000010010100011 | e9a493e6898be884a3 |
UHC | 餓手脣 | 111001001011101111100010101000101110001011101110 | e4bbe2a2e2ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)