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 | 鰐益}鰐益{^ | 1001100001101011100010010111011001111101100110000110101110001001011101100111101101011110 | 986b89767d986b89767b5e |
EUC-JP | 鰐益}鰐益{^ | 1100111111001100101100011101011101111101110011111100110010110001110101110111101101011110 | cfccb1d77dcfccb1d77b5e |
UTF-8 | 鰐益}鰐益{^ | 111010011011000010010000111001111001101110001010011111011110100110110000100100001110011110011011100010100111101101011110 | e9b090e79b8a7de9b090e79b8a7b5e |
UHC | 鰐益}鰐益{^ | 1110010011001010111011001100110001111101111001001100101011101100110011000111101101011110 | e4caeccc7de4caeccc7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)