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 | 鄂占アェ邊 | 1110011110111101100100001110100010110001101010101110011110110010 | e7bd90e8b1aae7b2 |
EUC-JP | 鄂占アェ邊 | 11101110101111111100000011101010100011101011000110001110101010101110111010110100 | eebfc0ea8eb18eaaeeb4 |
UTF-8 | 鄂占アェ邊 | 111010011000010010000010111001011000110110100000111011111011110110110001111011111011110110101010111010011000001010001010 | e98482e58da0efbdb1efbdaae9828a |
UHC | 鄂占??邊 | 1110010011000111111011111011111100111111001111111101110010101011 | e4c7efbf3f3fdcab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)