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 | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 顆ス遨ゥ踞ソB | 11101000111101111011110111100111101010011010100111100110111101011011111101000010 | e8f7bde7a9a9e6f5bf42 |
EUC-JP | 顆ス遨ゥ踞ソB | 11110000111110011000111010111101111011101010101110001110101010011110110011110111100011101011111101000010 | f0f98ebdeeab8ea9ecf78ebf42 |
UTF-8 | 顆ス遨ゥ踞ソB | 11101001101000011000011011101111101111011011110111101001100000011010100011101111101111011010100111101000101110001001111011101111101111011011111101000010 | e9a186efbdbde981a8efbda9e8b89eefbdbf42 |
UHC | 顆???踞?B | 110011101010100000111111001111110011111111001011111001100011111101000010 | cea83f3f3fcbe63f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)