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 | 辞ク霄ェ | 11110010101101101000111010101011111100011110010110111000111010001011101010101010 | f2b68eabf1e5b8e8baaa |
EUC-JP | ?辞?ク霄ェ | 00111111101111001010110100111111100011101011100011110000101111001000111010101010 | 3fbcad3f8eb8f0bc8eaa |
UTF-8 | 辞ク霄ェ | 111011101000011110101101111010001011111010011110111011101000010110100000111011111011110110111000111010011001110010000100111011111011110110101010 | ee87ade8be9eee85a0efbdb8e99c84efbdaa |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)