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 | 犱失燁 | 111110110101101110001110101110001111101101011001 | fb5b8eb8fb59 |
EUC-JP | 犱失燁 | 1000111111001010111011111011110010111010100011111100101010110011 | 8fcaefbcba8fcab3 |
UTF-8 | 犱失燁 | 111001111000101010110001111001011010010010110001111001111000011110000001 | e78ab1e5a4b1e78781 |
UHC | ?失燁 | 0011111111100011111101111110011110100111 | 3fe3f7e7a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)