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 | ???A | 00111111001111110011111101000001 | 3f3f3f41 |
SJIS-WIN | ?疳擧A | 001111111110000101110000100111011010011101000001 | 3fe1709da741 |
EUC-JP | ?疳擧A | 001111111110000111010001110110101010100101000001 | 3fe1d1daa941 |
UTF-8 | 츌疳擧A | 11101100101110001000110011100111100101101011001111100110100100111010011101000001 | ecb88ce796b3e693a741 |
UHC | 츌疳擧A | 11000011111101001100101011110111110010111110000101000001 | c3f4caf7cbe141 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)