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 | 蕭翫賛蔕 | 1110010101001010100010101110001110001110010111101110010011110110 | e54a8ae38e5ee4f6 |
EUC-JP | 蕭翫賛蔕 | 1110100110101011101101001110010110111011101111111110100011111000 | e9abb4e5bbbfe8f8 |
UTF-8 | 蕭翫賛蔕 | 111010001001010110101101111001111011111110101011111010001011001110011011111010001001010010010101 | e895ade7bfabe8b39be89495 |
UHC | 蕭翫?? | 111000011100101111101000110100010011111100111111 | e1cbe8d13f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)