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 | 嵭疾、鄒ウ | 11111010101100111000111010111110111100001011010010100100111001111011111010110011 | fab38ebef0b4a4e7beb3 |
EUC-JP | 嵭疾?、鄒ウ | 100011111011101111011110101111001100000000111111100011101010010011101110110000001000111010110011 | 8fbbdebcc03f8ea4eec08eb3 |
UTF-8 | 嵭疾、鄒ウ | 111001011011010110101101111001111001011010111110111011101000000110110011111011111011110110100100111010011000010010010010111011111011110110110011 | e5b5ade796beee81b3efbda4e98492efbdb3 |
UHC | ?疾??鄒? | 0011111111110010111100000011111100111111111101011101101100111111 | 3ff2f03f3ff5db3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)