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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ユ埇ユ垬^ | 11010101111110101001101011010101111110101001100001011110 | d5fa9ad5fa985e |
EUC-JP | ユ埇ユ垬^ | 1000111011010101100011111011011111100111100011101101010110001111101101111110010001011110 | 8ed58fb7e78ed58fb7e45e |
UTF-8 | ユ埇ユ垬^ | 11101111101111101001010111100101100111111000011111101111101111101001010111100101100111101010110001011110 | efbe95e59f87efbe95e59eac5e |
UHC | ?埇??^ | 001111111110100110111001001111110011111101011110 | 3fe9b93f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)