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 | 菴昜ス截 | 11100100101111011001110111100100101111011001110101000010 | e4bd9de4bd9d42 |
EUC-JP | 菴昜ス截 | 1110100010111111110110101110011010001110101111011101100110100011 | e8bfdae68ebdd9a3 |
UTF-8 | 菴昜ス截 | 111010001000111110110100111001101001100010011100111011111011110110111101111001101000100010101010 | e88fb4e6989cefbdbde688aa |
UHC | 菴??截 | 111001001110000000111111001111111110111110111000 | e4e03f3fefb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)