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 | â÷Þé\ | 1110001011110111110111101110100101011100 | e2f7dee95c |
SJIS-WIN | ?÷??\ | 001111111000000110000000001111110011111101011100 | 3f81803f3f5c |
EUC-JP | â÷Þé\ | 100011111010101110100100101000011110000010001111101010011011000010001111101010111011000101011100 | 8faba4a1e08fa9b08fabb15c |
UTF-8 | â÷Þé\ | 110000111010001011000011101101111100001110011110110000111010100101011100 | c3a2c3b7c39ec3a95c |
UHC | ?÷Þ?\ | 00111111101000011100000010101000101011010011111101011100 | 3fa1c0a8ad3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)