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 | õ¤[õ¤[^ | 11110101101001000101101111110101101001000101101101011110 | f5a45bf5a45b5e |
SJIS-WIN | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
EUC-JP | õ¤[õ¤[^ | 100011111010101111011000100011111010001011110000010110111000111110101011110110001000111110100010111100000101101101011110 | 8fabd88fa2f05b8fabd88fa2f05b5e |
UTF-8 | õ¤[õ¤[^ | 1100001110110101110000101010010001011011110000111011010111000010101001000101101101011110 | c3b5c2a45bc3b5c2a45b5e |
UHC | ?¤[?¤[^ | 001111111010001010110100010110110011111110100010101101000101101101011110 | 3fa2b45b3fa2b45b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)