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 | èßå·úû | 1110100011011111100110011110010110011111101101111111101011111011 | e8df99e59fb7fafb |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | èß?å??úû | 100011111010101110110010100011111010100111001110001111111000111110101011101010010011111100111111100011111010101111100010100011111010101111100101 | 8fabb28fa9ce3f8faba93f3f8fabe28fabe5 |
UTF-8 | èßå·úû | 11000011101010001100001110011111110000101001100111000011101001011100001010011111110000101011011111000011101110101100001110111011 | c3a8c39fc299c3a5c29fc2b7c3bac3bb |
UHC | ?ß???·?? | 00111111101010011010110000111111001111110011111110100001101001000011111100111111 | 3fa9ac3f3f3fa1a43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)