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 | ????^c^ | 00111111001111110011111100111111010111100110001101011110 | 3f3f3f3f5e635e |
SJIS-WIN | ???猶^c^ | 0011111100111111001111111001011101010000010111100110001101011110 | 3f3f3f97505e635e |
EUC-JP | ???猶^c^ | 0011111100111111001111111100110110110001010111100110001101011110 | 3f3f3fcdb15e635e |
UTF-8 | 룶엌룫猶^c^ | 111010111010001110110110111011001001011110001100111010111010001110101011111001111000110010110110010111100110001101011110 | eba3b6ec978ceba3abe78cb65e635e |
UHC | 룶엌룫猶^c^ | 1000111110101011101111101111110110001111101000101110101110100010010111100110001101011110 | 8fabbefd8fa2eba25e635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)