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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 靜??敎蠣 | 1110100011001110001111110011111111111010110011011110010101111001 | e8ce3f3ffacde579 |
EUC-JP | 靜???蠣 | 11110000110100000011111100111111001111111110100111011010 | f0d03f3f3fe9da |
UTF-8 | 靜쾅렫敎蠣 | 111010011001110110011100111011001011111010000101111010111010000010101011111001101001010110001110111010001010000010100011 | e99d9cecbe85eba0abe6958ee8a0a3 |
UHC | 靜쾅렫敎蠣 | 11110000101000011100010011100111100011101011100111001110111001111101010111101110 | f0a1c4e78eb9cee7d5ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)