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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 蒹育擅 | 111001001110001110001000111001111001110110100001 | e4e388e79da1 |
EUC-JP | 蒹育擅 | 111010001110010110110000111010011101101010100011 | e8e5b0e9daa3 |
UTF-8 | 蒹育擅 | 111010001001001010111001111010001000001010110010111001101001001110000101 | e892b9e882b2e69385 |
UHC | ?育擅 | 0011111111101011110000001111010010111010 | 3febc0f4ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)