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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???泣∽㎝ | 001111110011111100111111100010111000001110000001111001001000011101110000 | 3f3f3f8b8381e48770 |
EUC-JP | 孼??泣∽? | 10001111101110101100001100111111001111111011010111100011101000101110011000111111 | 8fbac33f3fb5e3a2e63f |
UTF-8 | 孼띠룆泣∽㎝ | 111001011010110110111100111010111001110110100000111010111010001110000110111001101011001110100011111000101000100010111101111000111000111010011101 | e5adbceb9da0eba386e6b3a3e288bde38e9d |
UHC | 孼띠룆泣∽㎝ | 111001011110110110110110111011001000111110000101111010111110100010100001111011111010011110101111 | e5edb6ec8f85ebe8a1efa7af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)