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 | 褊桁唆蟶 | 1110010111101101100011001000010110001101101101001110010110111000 | e5ed8c858db4e5b8 |
EUC-JP | 褊桁唆蟶 | 1110101011101111101101111110010110111010101101101110101010111010 | eaefb7e5bab6eaba |
UTF-8 | 褊桁唆蟶 | 111010001010010010001010111001101010000110000001111001011001010010000110111010001001111110110110 | e8a48ae6a181e59486e89fb6 |
UHC | ?桁唆? | 001111111111100111111001110111101100101000111111 | 3ff9f9deca3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)