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 | ËüûØô | 100011111100101111111100111110111101100011110100 | 8fcbfcfbd8f4 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?ËüûØô | 00111111100011111010101010110011100011111010101111100100100011111010101111100101100011111010100110101100100011111010101111010100 | 3f8faab38fabe48fabe58fa9ac8fabd4 |
UTF-8 | ËüûØô | 110000101000111111000011100010111100001110111100110000111011101111000011100110001100001110110100 | c28fc38bc3bcc3bbc398c3b4 |
UHC | ????Ø? | 00111111001111110011111100111111101010001010101000111111 | 3f3f3f3fa8aa3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)