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 | 鯢蠖}鯢蠖{^ | 1110100111000111111001011011110101111101111010011100011111100101101111010111101101011110 | e9c7e5bd7de9c7e5bd7b5e |
EUC-JP | 鯢蠖}鯢蠖{^ | 1111001011001001111010101011111101111101111100101100100111101010101111110111101101011110 | f2c9eabf7df2c9eabf7b5e |
UTF-8 | 鯢蠖}鯢蠖{^ | 111010011010111110100010111010001010000010010110011111011110100110101111101000101110100010100000100101100111101101011110 | e9afa2e8a0967de9afa2e8a0967b5e |
UHC | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)