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 | 損?}損?{^ | 100100011011100100111111011111011001000110111001001111110111101101011110 | 91b93f7d91b93f7b5e |
EUC-JP | 損?}損?{^ | 110000101011101100111111011111011100001010111011001111110111101101011110 | c2bb3f7dc2bb3f7b5e |
UTF-8 | 損쏡}損쏡{^ | 111001101001000010001101111011001000111110100001011111011110011010010000100011011110110010001111101000010111101101011110 | e6908dec8fa17de6908dec8fa17b5e |
UHC | 損쏡}損쏡{^ | 1110000111011111100111000100010001111101111000011101111110011100010001000111101101011110 | e1df9c447de1df9c447b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)