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 | 憶ζ???? | 1000100110101111100000111100010000111111001111110011111100111111 | 89af83c43f3f3f3f |
EUC-JP | 憶ζ???? | 1011001010110001101001101100011000111111001111110011111100111111 | b2b1a6c63f3f3f3f |
UTF-8 | 憶ζ쐝殮삣쳴 | 1110011010000110101101101100111010110110111011001001000010011101111011111010011010100101111011001000001010100011111011001011001110110100 | e686b6ceb6ec909defa6a5ec82a3ecb3b4 |
UHC | 憶ζ쐝殮삣쳴 | 111001011110001110100101111001101001110010000011111001101111100110111011111001011010101110010111 | e5e3a5e69c83e6f9bbe5ab97 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)