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 | 傳???壓? | 1001100101000010001111110011111100111111100110101101100000111111 | 99423f3f3f9ad83f |
EUC-JP | 傳?雩?壓? | 11010001101000110011111110001111111001101111101000111111110101001101101000111111 | d1a33f8fe6fa3fd4da3f |
UTF-8 | 傳렓雩렮壓렕 | 111001011000001010110011111010111010000010010011111010011001101110101001111010111010000010101110111001011010001110010011111010111010000010010101 | e582b3eba093e99ba9eba0aee5a393eba095 |
UHC | 傳렓雩렮壓렕 | 111011101110111010001110101010001110100111101100100011101011101111100100111000101000111010101010 | eeee8ea8e9ec8ebbe4e28eaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)