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 | 押?}押?{^ | 100010011001111100111111011111011000100110011111001111110111101101011110 | 899f3f7d899f3f7b5e |
EUC-JP | 押晛}押晛{^ | 10110010101000011000111111000010101110110111110110110010101000011000111111000010101110110111101101011110 | b2a18fc2bb7db2a18fc2bb7b5e |
UTF-8 | 押晛}押晛{^ | 111001101000101010111100111001101001100110011011011111011110011010001010101111001110011010011001100110110111101101011110 | e68abce6999b7de68abce6999b7b5e |
UHC | 押晛}押晛{^ | 1110010011100011111110101101100101111101111001001110001111111010110110010111101101011110 | e4e3fad97de4e3fad97b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)