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 | 執社辞 | 1111000010100001100011101011011110001110110100001000111010101011 | f0a18eb78ed08eab |
EUC-JP | ?執社辞 | 00111111101111001011100110111100110100101011110010101101 | 3fbcb9bcd2bcad |
UTF-8 | 執社辞 | 111011101000000110100000111001011001111110110111111001111010010010111110111010001011111010011110 | ee81a0e59fb7e7a4bee8be9e |
UHC | ?執社? | 001111111111001011111011110111101110010000111111 | 3ff2fbdee43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)