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 | 誰辰痰 | 100100100100111010010010010000111110000110000010 | 924e9243e182 |
EUC-JP | 誰辰痰 | 110000111010111111000011101001001110000111100010 | c3afc3a4e1e2 |
UTF-8 | 誰辰痰 | 111010001010101010110000111010001011111010110000111001111001011110110000 | e8aab0e8beb0e797b0 |
UHC | 誰辰痰 | 111000101100000111110010111000111101001111000011 | e2c1f2e3d3c3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)