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 | 1111101010110110100011101110101111100110101100001010100001000010 | fab68eebe6b0a842 |
EUC-JP | 巐狩豌ィB | 10001111101110111111100110111100111011011110110010110010100011101010100001000010 | 8fbbf9bcedecb28ea842 |
UTF-8 | 巐狩豌ィB | 11100101101101111001000011100111100010111010100111101000101100011000110011101111101111011010100001000010 | e5b790e78ba9e8b18cefbda842 |
UHC | ?狩豌?B | 00111111111000101010110111101000110101010011111101000010 | 3fe2ade8d53f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)