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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 訛齧齧^ | 11100110011000011110101010010110111010101001011001011110 | e661ea96ea965e |
EUC-JP | 訛齧齧^ | 11101011110000101111001111110110111100111111011001011110 | ebc2f3f6f3f65e |
UTF-8 | 訛齧齧^ | 11101000101010001001101111101001101111011010011111101001101111011010011101011110 | e8a89be9bda7e9bda75e |
UHC | 訛齧齧^ | 11101000110001011110000011100101111000001110010101011110 | e8c5e0e5e0e55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)