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 | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
SJIS-WIN | 絶??暎?\ | 1001000011100010001111110011111110011101111100110011111101011100 | 90e23f3f9df33f5c |
EUC-JP | 絶??暎?\ | 1100000011100100001111110011111111011010111101010011111101011100 | c0e43f3fdaf53f5c |
UTF-8 | 絶랃푷暎퉓\ | 11100111101101011011011011101011100111101000001111101101100100011011011111100110100110101000111011101101100010011001001101011100 | e7b5b6eb9e83ed91b7e69a8eed89935c |
UHC | 絶랃푷暎퉓\ | 1110111110111110100011011110111110111110100001011110011110110010101110010110011101011100 | efbe8defbe85e7b2b9675c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)