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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鞐ァ邵∝ョ | 1110100011011110101001111110011110111000100000011110010110101110 | e8dea7e7b881e5ae |
EUC-JP | 鞐ァ邵∝ョ | 11110000111000001000111010100111111011101011101010100010111001111000111010101110 | f0e08ea7eebaa2e78eae |
UTF-8 | 鞐ァ邵∝ョ | 111010011001111010010000111011111011110110100111111010011000001010110101111000101000100010011101111011111011110110101110 | e99e90efbda7e982b5e2889defbdae |
UHC | ??邵∝? | 00111111001111111110000111010000101000011111000000111111 | 3f3fe1d0a1f03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)