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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 竪巽竪巽B | 100100100100011110010010010001101001001001000111100100100100011001000010 | 924792469247924642 |
EUC-JP | 竪巽竪巽B | 110000111010100011000011101001111100001110101000110000111010011101000010 | c3a8c3a7c3a8c3a742 |
UTF-8 | 竪巽竪巽B | 11100111101010111010101011100101101101111011110111100111101010111010101011100101101101111011110101000010 | e7abaae5b7bde7abaae5b7bd42 |
UHC | 竪巽竪巽B | 111000101011010111100001110111101110001010110101111000011101111001000010 | e2b5e1dee2b5e1de42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)