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 | èü°éËâ | 111010001111110010110000111010011100101111100010 | e8fcb0e9cbe2 |
SJIS-WIN | ??°??? | 00111111001111111000000110001011001111110011111100111111 | 3f3f818b3f3f3f |
EUC-JP | èü°éËâ | 1000111110101011101100101000111110101011111001001010000111101011100011111010101110110001100011111010101010110011100011111010101110100100 | 8fabb28fabe4a1eb8fabb18faab38faba4 |
UTF-8 | èü°éËâ | 110000111010100011000011101111001100001010110000110000111010100111000011100010111100001110100010 | c3a8c3bcc2b0c3a9c38bc3a2 |
UHC | ??°??? | 00111111001111111010000111000110001111110011111100111111 | 3f3fa1c63f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)