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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 撓?虎? | 100111011001101000111111100011001101010100111111 | 9d9a3f8cd53f |
EUC-JP | 撓?虎? | 110110011111101000111111101110001101011100111111 | d9fa3fb8d73f |
UTF-8 | 撓렱虎렡 | 111001101001001010010011111010111010000010110001111010001001100110001110111010111010000010100001 | e69293eba0b1e8998eeba0a1 |
UHC | 撓렱虎렡 | 1110100011110101100011101011111011111011110110111000111010110010 | e8f58ebefbdb8eb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)