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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 瀛??? | 1110000001101001001111110011111100111111 | e0693f3f3f |
EUC-JP | 瀛??? | 1101111111001010001111110011111100111111 | dfca3f3f3f |
UTF-8 | 瀛뽫쑬筽 | 111001111000000010011011111010111011110110101011111011001001000110101100111001111010110110111101 | e7809bebbdabec91ace7adbd |
UHC | 瀛뽫쑬筽 | 1110011110111010100101101110011110111110101010001110100010100100 | e7ba96e7bea8e8a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)