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 | 珎瘻}珎瘻{^ | 1110000011011101111000011001000101111101111000001101110111100001100100010111101101011110 | e0dde1917de0dde1917b5e |
EUC-JP | 珎瘻}珎瘻{^ | 1110000011011111111000011111000101111101111000001101111111100001111100010111101101011110 | e0dfe1f17de0dfe1f17b5e |
UTF-8 | 珎瘻}珎瘻{^ | 111001111000111110001110111001111001100010111011011111011110011110001111100011101110011110011000101110110111101101011110 | e78f8ee798bb7de78f8ee798bb7b5e |
UHC | ?瘻}?瘻{^ | 001111111101011110101010011111010011111111010111101010100111101101011110 | 3fd7aa7d3fd7aa7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)