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 | 鄒壽ーエ籬腺 | 11100111101111101001101011100110101100001011010011100010110111111001000101000010 | e7be9ae6b0b4e2df9142 |
EUC-JP | 鄒壽ーエ籬腺 | 111011101100000011010100111010001000111010110000100011101011010011100100111000011100000110100011 | eec0d4e88eb08eb4e4e1c1a3 |
UTF-8 | 鄒壽ーエ籬腺 | 111010011000010010010010111001011010001110111101111011111011110110110000111011111011110110110100111001111011000110101100111010001000010110111010 | e98492e5a3bdefbdb0efbdb4e7b1ace885ba |
UHC | 鄒壽??籬腺 | 11110101110110111110000111111000001111110011111111010111111001101110000011001101 | f5dbe1f83f3fd7e6e0cd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)