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 | 章蝎?? | 100011111100110111100101100110010011111100111111 | 8fcde5993f3f |
EUC-JP | 章蝎?芷 | 1011111011001111111010011111100100111111100011111101011111001001 | becfe9f93f8fd7c9 |
UTF-8 | 章蝎뉵芷 | 111001111010101110100000111010001001110110001110111010111000100110110101111010001000101010110111 | e7aba0e89d8eeb89b5e88ab7 |
UHC | 章蝎뉵芷 | 1110110111110001110010101110100110110100101110111111001010111010 | edf1cae9b4bbf2ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)