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 | ȱÄòµ | 10001111110010001011000110001110110001001111001010110101 | 8fc8b18ec4f2b5 |
SJIS-WIN | ??±???? | 0011111100111111100000010111110100111111001111110011111100111111 | 3f3f817d3f3f3f3f |
EUC-JP | ?ȱ?Äò? | 0011111110001111101010101011001010100001110111100011111110001111101010101010001110001111101010111101001000111111 | 3f8faab2a1de3f8faaa38fabd23f |
UTF-8 | ȱÄòµ | 1100001010001111110000111000100011000010101100011100001010001110110000111000010011000011101100101100001010110101 | c28fc388c2b1c28ec384c3b2c2b5 |
UHC | ??±???? | 0011111100111111101000011011111000111111001111110011111100111111 | 3f3fa1be3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)