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 | ?匿}?匿{^ | 001111111001001110111101011111010011111110010011101111010111101101011110 | 3f93bd7d3f93bd7b5e |
EUC-JP | ?匿}?匿{^ | 001111111100011010111111011111010011111111000110101111110111101101011110 | 3fc6bf7d3fc6bf7b5e |
UTF-8 | 룵匿}룵匿{^ | 111010111010001110110101111001011000110010111111011111011110101110100011101101011110010110001100101111110111101101011110 | eba3b5e58cbf7deba3b5e58cbf7b5e |
UHC | 룵匿}룵匿{^ | 1000111110101010110100101111101101111101100011111010101011010010111110110111101101011110 | 8faad2fb7d8faad2fb7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)