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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 蟠ァ鬆醍ュ耽 | 11100101101101001010011111101001101000001001000111100111101011011001001001011110 | e5b4a7e9a091e7ad925e |
EUC-JP | 蟠ァ鬆醍ュ耽 | 111010101011011010001110101001111111001010100010110000101110100110001110101011011100001110111111 | eab68ea7f2a2c2e98eadc3bf |
UTF-8 | 蟠ァ鬆醍ュ耽 | 111010001001111110100000111011111011110110100111111010011010110010000110111010011000011010001101111011111011110110101101111010001000000010111101 | e89fa0efbda7e9ac86e9868defbdade880bd |
UHC | 蟠??醍?耽 | 110110101111011000111111001111111111000010110101001111111111011110110000 | daf63f3ff0b53ff7b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)