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 | 蟷企ざ | 111001011011100110001010111010011000001010110100 | e5b98ae982b4 |
EUC-JP | 蟷企ざ | 111010101011101110110100111010111010010010110110 | eabbb4eba4b6 |
UTF-8 | 蟷企ざ | 111010001001111110110111111001001011110010000001111000111000000110010110 | e89fb7e4bc81e38196 |
UHC | ?企ざ | 0011111111010000111010101010101010110110 | 3fd0eaaab6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)