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 | 騾ァ邵∝ョ | 1110100110000000101001111110011110111000100000011110010110101110 | e980a7e7b881e5ae |
EUC-JP | 騾ァ邵∝ョ | 11110001111000001000111010100111111011101011101010100010111001111000111010101110 | f1e08ea7eebaa2e78eae |
UTF-8 | 騾ァ邵∝ョ | 111010011010100010111110111011111011110110100111111010011000001010110101111000101000100010011101111011111011110110101110 | e9a8beefbda7e982b5e2889defbdae |
UHC | ??邵∝? | 00111111001111111110000111010000101000011111000000111111 | 3f3fe1d0a1f03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)