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 | 傳??? | 1001100101000010001111110011111100111111 | 99423f3f3f |
EUC-JP | 傳?雩? | 11010001101000110011111110001111111001101111101000111111 | d1a33f8fe6fa3f |
UTF-8 | 傳렓雩렮 | 111001011000001010110011111010111010000010010011111010011001101110101001111010111010000010101110 | e582b3eba093e99ba9eba0ae |
UHC | 傳렓雩렮 | 1110111011101110100011101010100011101001111011001000111010111011 | eeee8ea8e9ec8ebb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)