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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | ?收}?收{^ | 001111111001110110111110011111010011111110011101101111100111101101011110 | 3f9dbe7d3f9dbe7b5e |
EUC-JP | ?收}?收{^ | 001111111101101011000000011111010011111111011010110000000111101101011110 | 3fdac07d3fdac07b5e |
UTF-8 | 뎱收}뎱收{^ | 111010111000111010110001111001101001010010110110011111011110101110001110101100011110011010010100101101100111101101011110 | eb8eb1e694b67deb8eb1e694b67b5e |
UHC | 뎱收}뎱收{^ | 1000100110000100111000101010010101111101100010011000010011100010101001010111101101011110 | 8984e2a57d8984e2a57b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)