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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | 邯星純] | 11100111101101101001000010101111100011111000001101011101 | e7b690af8f835d |
EUC-JP | 邯星純] | 11101110101110001100000010110001101111011110001101011101 | eeb8c0b1bde35d |
UTF-8 | 邯星純] | 11101001100000101010111111100110100110001001111111100111101101001001010001011101 | e982afe6989fe7b4945d |
UHC | 邯星純] | 11001010111110111110000011111000111000101110110101011101 | cafbe0f8e2ed5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)