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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 瓰砌}瓰砌{^ | 1110000101000110111000011110010001111101111000010100011011100001111001000111101101011110 | e146e1e47de146e1e47b5e |
EUC-JP | 瓰砌}瓰砌{^ | 1110000110100111111000101110011001111101111000011010011111100010111001100111101101011110 | e1a7e2e67de1a7e2e67b5e |
UTF-8 | 瓰砌}瓰砌{^ | 111001111001001110110000111001111010000010001100011111011110011110010011101100001110011110100000100011000111101101011110 | e793b0e7a08c7de793b0e7a08c7b5e |
UHC | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)