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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 陦定オヲB | 11101000101000011001001011101000101101011010011001000010 | e8a192e8b5a642 |
EUC-JP | 陦定オヲB | 111100001010001111000100111010101000111010110101100011101010011001000010 | f0a3c4ea8eb58ea642 |
UTF-8 | 陦定オヲB | 11101001100110011010011011100101101011101001101011101111101111011011010111101111101111011010011001000010 | e999a6e5ae9aefbdb5efbda642 |
UHC | ?定??B | 001111111110111111010010001111110011111101000010 | 3fefd23f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)