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 | 正?申?芸? | 100100001011001100111111100100000101110000111111100011000111110000111111 | 90b33f905c3f8c7c3f |
EUC-JP | 正?申?芸? | 110000001011010100111111101111111011110100111111101101111101110100111111 | c0b53fbfbd3fb7dd3f |
UTF-8 | 正렋申렖芸렎 | 111001101010110110100011111010111010000010001011111001111001010010110011111010111010000010010110111010001000101010111000111010111010000010001110 | e6ada3eba08be794b3eba096e88ab8eba08e |
UHC | 正렋申렖芸렎 | 111011111110000110001110101000101110001111101001100011101010101111101001111111011000111010100100 | efe18ea2e3e98eabe9fd8ea4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)