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 | 錺願化裔 | 1110100001000100100010101110100010001001101110111110010111100001 | e8448ae889bbe5e1 |
EUC-JP | 錺願化裔 | 1110111110100101101101001110101010110010101111011110101011100011 | efa5b4eab2bdeae3 |
UTF-8 | 錺願化裔 | 111010011000110010111010111010011010000110011000111001011000110010010110111010001010001110010100 | e98cbae9a198e58c96e8a394 |
UHC | ?願化裔 | 00111111111010101100001111111011111110011110011111100000 | 3feac3fbf9e7e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)