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 | ????× | 0011111100111111001111110011111111010111 | 3f3f3f3fd7 |
SJIS-WIN | ???寶× | 00111111001111110011111110011011100011111000000101111110 | 3f3f3f9b8f817e |
EUC-JP | ???寶× | 00111111001111110011111111010101111011111010000111011111 | 3f3f3fd5efa1df |
UTF-8 | 렻렔렺寶× | 1110101110100000101110111110101110100000100101001110101110100000101110101110010110101111101101101100001110010111 | eba0bbeba094eba0bae5afb6c397 |
UHC | 렻렔렺寶× | 10001110110000111000111010101001100011101100001011011100110001001010000110111111 | 8ec38ea98ec2dcc4a1bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)