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 | 箏矚}箏矚{^ | 1110001010110101111000011101111101111101111000101011010111100001110111110111101101011110 | e2b5e1df7de2b5e1df7b5e |
EUC-JP | 箏矚}箏矚{^ | 1110010010110111111000101110000101111101111001001011011111100010111000010111101101011110 | e4b7e2e17de4b7e2e17b5e |
UTF-8 | 箏矚}箏矚{^ | 111001111010111010001111111001111001111110011010011111011110011110101110100011111110011110011111100110100111101101011110 | e7ae8fe79f9a7de7ae8fe79f9a7b5e |
UHC | 箏?}箏?{^ | 111011101011010000111111011111011110111010110100001111110111101101011110 | eeb43f7deeb43f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)