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 | 指??杆 | 100011100111011100111111001111111001111001010111 | 8e773f3f9e57 |
EUC-JP | 指??杆 | 101110111101100000111111001111111101101110111000 | bbd83f3fdbb8 |
UTF-8 | 指펴렢杆 | 111001101000110010000111111011011000111010110100111010111010000010100010111001101001110110000110 | e68c87ed8eb4eba0a2e69d86 |
UHC | 指펴렢杆 | 1111001010100110110001101110110010001110101100111100101011010010 | f2a6c6ec8eb3cad2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)