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 | 讌ュ逶嫂 | 11100110101001011010110111100111100110111001101101011110 | e6a5ade79b9b5e |
EUC-JP | 讌ュ逶嫂 | 1110110010100111100011101010110111101101111110111101010110111111 | eca78eadedfbd5bf |
UTF-8 | 讌ュ逶嫂 | 111010001010111010001100111011111011110110101101111010011000000010110110111001011010101110000010 | e8ae8cefbdade980b6e5ab82 |
UHC | ???嫂 | 0011111100111111001111111110000111111001 | 3f3f3fe1f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)