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 | 謖芽自 | 111001101000110010001001111010001000111010101001 | e68c89e88ea9 |
EUC-JP | 謖芽自 | 111010111110110010110010111010101011110010101011 | ebecb2eabcab |
UTF-8 | 謖芽自 | 111010001010110010010110111010001000101010111101111010001000011110101010 | e8ac96e88abde887aa |
UHC | 謖芽自 | 111000011101101011100100101101001110110110111011 | e1dae4b4edbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)