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 | 經ш開蟒 | 1110001101010011100001001000101010001010010010101110010110111011 | e353848a8a4ae5bb |
EUC-JP | 經ш開蟒 | 1110010110110100101001111110101010110011101010111110101010111101 | e5b4a7eab3abeabd |
UTF-8 | 經ш開蟒 | 1110011110110110100100111101000110001000111010011001011010001011111010001001111110010010 | e7b693d188e9968be89f92 |
UHC | 經ш開? | 11001100111010001010110011101010110010111101001000111111 | cce8aceacbd23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)