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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鵫失鴪疾 | 1111110001001000100011101011100011101001111100001000111010111110 | fc488eb8e9f08ebe |
EUC-JP | 鵫失鴪疾 | 100011111110101111111010101111001011101011110010111100101011110011000000 | 8febfabcbaf2f2bcc0 |
UTF-8 | 鵫失鴪疾 | 111010011011010110101011111001011010010010110001111010011011010010101010111001111001011010111110 | e9b5abe5a4b1e9b4aae796be |
UHC | ?失?疾 | 001111111110001111110111001111111111001011110000 | 3fe3f73ff2f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)