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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 任烽戊終 | 1001010001000011111000001000001010010101111010001000111101001001 | 9443e08295e88f49 |
EUC-JP | 任烽戊終 | 1100011110100100110111111110001011001010111010101011110110101010 | c7a4dfe2caeabdaa |
UTF-8 | 任烽戊終 | 111001001011101110111011111001111000001110111101111001101000100010001010111001111011010110000010 | e4bbbbe783bde6888ae7b582 |
UHC | 任烽戊終 | 1110110011110010110111001110101111011001111001101111000011111011 | ecf2dcebd9e6f0fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)