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 | ??D??D^ | 00111111001111110100010000111111001111110100010001011110 | 3f3f443f3f445e |
SJIS-WIN | 眈琲D眈琲D^ | 1110000110111100111000001110100001000100111000011011110011100000111010000100010001011110 | e1bce0e844e1bce0e8445e |
EUC-JP | 眈琲D眈琲D^ | 1110001010111110111000001110101001000100111000101011111011100000111010100100010001011110 | e2bee0ea44e2bee0ea445e |
UTF-8 | 眈琲D眈琲D^ | 111001111001110010001000111001111001000010110010010001001110011110011100100010001110011110010000101100100100010001011110 | e79c88e790b244e79c88e790b2445e |
UHC | 眈?D眈?D^ | 111101111010111100111111010001001111011110101111001111110100010001011110 | f7af3f44f7af3f445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)