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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 雖」辭ケ | 111001011010101110100011111001111000011010111001 | e5aba3e786b9 |
EUC-JP | 雖」辭ケ | 1110101010101101100011101010001111101101111001101000111010111001 | eaad8ea3ede68eb9 |
UTF-8 | 雖」辭ケ | 111010011001101110010110111011111011110110100011111010001011111010101101111011111011110110111001 | e99b96efbda3e8beadefbdb9 |
UHC | 雖?辭? | 111000101100110000111111110111101111011000111111 | e2cc3fdef63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)