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 | «àû«°ý | 1000111110101011111000001111101110001111101010111011000011111101 | 8fabe0fb8fabb0fd |
SJIS-WIN | ??????°? | 001111110011111100111111001111110011111100111111100000011000101100111111 | 3f3f3f3f3f3f818b3f |
EUC-JP | ??àû??°ý | 001111110011111110001111101010111010001010001111101010111110010100111111001111111010000111101011100011111010101111110010 | 3f3f8faba28fabe53f3fa1eb8fabf2 |
UTF-8 | «àû«°ý | 11000010100011111100001010101011110000111010000011000011101110111100001010001111110000101010101111000010101100001100001110111101 | c28fc2abc3a0c3bbc28fc2abc2b0c3bd |
UHC | ??????°? | 001111110011111100111111001111110011111100111111101000011100011000111111 | 3f3f3f3f3f3fa1c63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)