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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 趾?嵋 | 1110011011100100001111111001101111001001 | e6e43f9bc9 |
EUC-JP | 趾?嵋 | 1110110011100110001111111101011011001011 | ece63fd6cb |
UTF-8 | 趾쇽嵋 | 111010001011011010111110111011001000011110111101111001011011010110001011 | e8b6beec87bde5b58b |
UHC | 趾쇽嵋 | 111100101011111110111100111011111101101010101110 | f2bfbcefdaae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)