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 | 灼杓雕捨 | 1000111011011100100011101101101111101000101110001000111011001100 | 8edc8edbe8b88ecc |
EUC-JP | 灼杓雕捨 | 1011110011011110101111001101110111110000101110101011110011001110 | bcdebcddf0babcce |
UTF-8 | 灼杓雕捨 | 111001111000000110111100111001101001110110010011111010011001101110010101111001101000110110101000 | e781bce69d93e99b95e68da8 |
UHC | 灼杓雕捨 | 1110110111000111111110001111010111110000111001111101111011010111 | edc7f8f5f0e7ded7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)