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 | 陷エ驥 | 1110100010011100101101001110100110000111 | e89cb4e987 |
EUC-JP | 陷エ驥 | 111011111111110010001110101101001111000111100111 | effc8eb4f1e7 |
UTF-8 | 陷エ驥 | 111010011001100110110111111011111011110110110100111010011010100110100101 | e999b7efbdb4e9a9a5 |
UHC | 陷?驥 | 1111100111101000001111111101000111001010 | f9e83fd1ca |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)