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 | 赱晨擠 | 111001101101111110011101111011011001110110101001 | e6df9ded9da9 |
EUC-JP | 赱晨擠 | 111011001110000111011010111011111101101010101011 | ece1daefdaab |
UTF-8 | 赱晨擠 | 111010001011010110110001111001101001100110101000111001101001001110100000 | e8b5b1e699a8e693a0 |
UHC | ?晨? | 00111111111000111110011100111111 | 3fe3e73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)