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 | 錺願海跪 | 1110100001000100100010101110100010001010010000111110011011101100 | e8448ae88a43e6ec |
EUC-JP | 錺願海跪 | 1110111110100101101101001110101010110011101001001110110011101110 | efa5b4eab3a4ecee |
UTF-8 | 錺願海跪 | 111010011000110010111010111010011010000110011000111001101011010110110111111010001011011110101010 | e98cbae9a198e6b5b7e8b7aa |
UHC | ?願海? | 001111111110101011000011111110101010110100111111 | 3feac3faad3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)