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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 阡墓「ァ郢ー | 111010001001010010010101111001101010001010100111111001111011100110110000 | e89495e6a2a7e7b9b0 |
EUC-JP | 阡墓「ァ郢ー | 111011111111010011001010111010001000111010100010100011101010011111101110101110111000111010110000 | eff4cae88ea28ea7eebb8eb0 |
UTF-8 | 阡墓「ァ郢ー | 111010011001100010100001111001011010001010010011111011111011110110100010111011111011110110100111111010011000001110100010111011111011110110110000 | e998a1e5a293efbda2efbda7e983a2efbdb0 |
UHC | 阡墓???? | 1111010011000110110110011101011100111111001111110011111100111111 | f4c6d9d73f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)