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 | 蔘ワ住蔗 | 1110010011110011100000111000111110001111010110101110010011110010 | e4f3838f8f5ae4f2 |
EUC-JP | 蔘ワ住蔗 | 1110100011110101101001011110111110111101101110111110100011110100 | e8f5a5efbdbbe8f4 |
UTF-8 | 蔘ワ住蔗 | 111010001001010010011000111000111000001110101111111001001011110110001111111010001001010010010111 | e89498e383afe4bd8fe89497 |
UHC | 蔘ワ住蔗 | 1101111110111000101010111110111111110001101011001110110110111101 | dfb8abeff1acedbd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)