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 | ????[ | 0011111100111111001111110011111101011011 | 3f3f3f3f5b |
SJIS-WIN | 壯?瀞?[ | 10011010111000010011111110010011110100100011111101011011 | 9ae13f93d23f5b |
EUC-JP | 壯?瀞?[ | 11010100111000110011111111000110110101000011111101011011 | d4e33fc6d43f5b |
UTF-8 | 壯렓瀞렕[ | 11100101101000111010111111101011101000001001001111100111100000001001111011101011101000001001010101011011 | e5a3afeba093e7809eeba0955b |
UHC | 壯렓瀞렕[ | 111011011110000010001110101010001110111111100111100011101010101001011011 | ede08ea8efe78eaa5b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)