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 | 簧杓雕捨 | 1110001011001110100011101101101111101000101110001000111011001100 | e2ce8edbe8b88ecc |
EUC-JP | 簧杓雕捨 | 1110010011010000101111001101110111110000101110101011110011001110 | e4d0bcddf0babcce |
UTF-8 | 簧杓雕捨 | 111001111011000010100111111001101001110110010011111010011001101110010101111001101000110110101000 | e7b0a7e69d93e99b95e68da8 |
UHC | 簧杓雕捨 | 1111110011010111111110001111010111110000111001111101111011010111 | fcd7f8f5f0e7ded7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)