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 | 指?琇埃 | 10001110011101110011111111111011011001011001101010111010 | 8e773ffb659aba |
EUC-JP | 指?琇埃 | 1011101111011000001111111000111111001100101001011101010010111100 | bbd83f8fcca5d4bc |
UTF-8 | 指폴琇埃 | 111001101000110010000111111011011000111110110100111001111001000010000111111001011001111110000011 | e68c87ed8fb4e79087e59f83 |
UHC | 指폴琇埃 | 1111001010100110110001101111101011100010101011111110010011101111 | f2a6c6fae2afe4ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)