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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 銕オ辷オ赱シ | 111001111110110010110101111001111000100010110101111001101101111110111100 | e7ecb5e788b5e6dfbc |
EUC-JP | 銕オ辷オ赱シ | 111011101110111010001110101101011110110111101000100011101011010111101100111000011000111010111100 | eeee8eb5ede88eb5ece18ebc |
UTF-8 | 銕オ辷オ赱シ | 111010011000101010010101111011111011110110110101111010001011111010110111111011111011110110110101111010001011010110110001111011111011110110111100 | e98a95efbdb5e8beb7efbdb5e8b5b1efbdbc |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)