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 | âvà¯~ | 1110001001110110111000001010111101111110 | e276e0af7e |
SJIS-WIN | ?v??~ | 0011111101110110001111110011111101111110 | 3f763f3f7e |
EUC-JP | âvà¯~ | 1000111110101011101001000111011010001111101010111010001010001111101000101011010001111110 | 8faba4768faba28fa2b47e |
UTF-8 | âvà¯~ | 1100001110100010011101101100001110100000110000101010111101111110 | c3a276c3a0c2af7e |
UHC | ?v??~ | 0011111101110110001111110011111101111110 | 3f763f3f7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)