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 | 憶ζ쐝殮삭뼇 | 1110011010000110101101101100111010110110111011001001000010011101111011111010011010100101111011001000001010101101111010111011110010000111 | e686b6ceb6ec909defa6a5ec82adebbc87 |
UHC | 憶ζ쐝殮삭뼇 | 111001011110001110100101111001101001110010000011111001101111100110111011111010001001011010010001 | e5e3a5e69c83e6f9bbe89691 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)