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 | å±@å±@B | 111001011011000110010001010000001110010110110001100100010100000001000010 | e5b19140e5b1914042 |
SJIS-WIN | ?±?@?±?@B | 0011111110000001011111010011111101000000001111111000000101111101001111110100000001000010 | 3f817d3f403f817d3f4042 |
EUC-JP | å±?@å±?@B | 100011111010101110101001101000011101111000111111010000001000111110101011101010011010000111011110001111110100000001000010 | 8faba9a1de3f408faba9a1de3f4042 |
UTF-8 | å±@å±@B | 110000111010010111000010101100011100001010010001010000001100001110100101110000101011000111000010100100010100000001000010 | c3a5c2b1c29140c3a5c2b1c2914042 |
UHC | ?±?@?±?@B | 0011111110100001101111100011111101000000001111111010000110111110001111110100000001000010 | 3fa1be3f403fa1be3f4042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)