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 | 憶?? | 10001001101011110011111100111111 | 89af3f3f |
EUC-JP | 憶?? | 10110010101100010011111100111111 | b2b13f3f |
UTF-8 | 憶얠㎍ | 111001101000011010110110111011001001011010100000111000111000111010001101 | e686b6ec96a0e38e8d |
UHC | 憶얠㎍ | 111001011110001110111110111011001010011110110110 | e5e3beeca7b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)