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 | 膈所掘諤 | 1110010001001100100011111000101010001100010000001110011010000000 | e44c8f8a8c40e680 |
EUC-JP | 膈所掘諤 | 1110011110101101101111011110101010110111101000011110101111100000 | e7adbdeab7a1ebe0 |
UTF-8 | 膈所掘諤 | 111010001000011010001000111001101000100110000000111001101000111010011000111010001010101110100100 | e88688e68980e68e98e8aba4 |
UHC | 膈所掘? | 11001100101011101110000110110110110011111101111000111111 | ccaee1b6cfde3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)