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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 閼ア蜊呈據B | 11101000100001001011000111100101100011011001001011100110100111011001111101000010 | e884b1e58d92e69d9f42 |
EUC-JP | 閼ア蜊呈據B | 1110111111100100100011101011000111101001111011011100010011101000110110101010000101000010 | efe48eb1e9edc4e8daa142 |
UTF-8 | 閼ア蜊呈據B | 11101001100101101011110011101111101111011011000111101000100111001000101011100101100100011000100011100110100100111001101001000010 | e996bcefbdb1e89c8ae59188e6939a42 |
UHC | 閼??呈據B | 111001001101100100111111001111111110111111010000110010111110000001000010 | e4d93f3fefd0cbe042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)