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 | ¯r¯r^ | 100100001010111110001110011100101001000010101111100011100111001001011110 | 90af8e7290af8e725e |
SJIS-WIN | ???r???r^ | 001111110011111100111111011100100011111100111111001111110111001001011110 | 3f3f3f723f3f3f725e |
EUC-JP | ?¯?r?¯?r^ | 00111111100011111010001010110100001111110111001000111111100011111010001010110100001111110111001001011110 | 3f8fa2b43f723f8fa2b43f725e |
UTF-8 | ¯r¯r^ | 110000101001000011000010101011111100001010001110011100101100001010010000110000101010111111000010100011100111001001011110 | c290c2afc28e72c290c2afc28e725e |
UHC | ???r???r^ | 001111110011111100111111011100100011111100111111001111110111001001011110 | 3f3f3f723f3f3f725e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)