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 | 竏シ縲釘 | 11100010100010001011110011100011100000001001001101000010 | e288bce3809342 |
EUC-JP | 竏シ縲釘 | 1110001111101000100011101011110011100101111000001100010110100011 | e3e88ebce5e0c5a3 |
UTF-8 | 竏シ縲釘 | 111001111010101110001111111011111011110110111100111001111011100010110010111010011000011110011000 | e7ab8fefbdbce7b8b2e98798 |
UHC | ???釘 | 0011111100111111001111111110111111111001 | 3f3f3feff9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)