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 | 煜?云祠?? | 111110110101010100111111100010010101110111100010010010110011111100111111 | fb553f895de24b3f3f |
EUC-JP | 煜?云祠?? | 10001111110010011111110000111111101100011011111011100011101011000011111100111111 | 8fc9fc3fb1bee3ac3f3f |
UTF-8 | 煜렖云祠렲렱 | 111001111000010110011100111010111010000010010110111001001011101010010001111001111010010110100000111010111010000010110010111010111010000010110001 | e7859ceba096e4ba91e7a5a0eba0b2eba0b1 |
UHC | 煜렖云祠렲렱 | 111010011111001010001110101010111110100111110110110111101110011010001110101111111000111010111110 | e9f28eabe9f6dee68ebf8ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)