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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 痙甃[痙甃[^ | 1110000101111010111000010100101101011011111000010111101011100001010010110101101101011110 | e17ae14b5be17ae14b5b5e |
EUC-JP | 痙甃[痙甃[^ | 1110000111011011111000011010110001011011111000011101101111100001101011000101101101011110 | e1dbe1ac5be1dbe1ac5b5e |
UTF-8 | 痙甃[痙甃[^ | 111001111001011110011001111001111001010010000011010110111110011110010111100110011110011110010100100000110101101101011110 | e79799e794835be79799e794835b5e |
UHC | 痙?[痙?[^ | 110011001110001000111111010110111100110011100010001111110101101101011110 | cce23f5bcce23f5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)