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 | 語≪?宜 | 10001100111010101000000111100001001111111000101101011000 | 8cea81e13f8b58 |
EUC-JP | 語≪?宜 | 10111000111011001010001011100011001111111011010110111001 | b8eca2e33fb5b9 |
UTF-8 | 語≪뮆宜 | 111010001010101010011110111000101000100110101010111010111010111010000110111001011010111010011100 | e8aa9ee289aaebae86e5ae9c |
UHC | 語≪뮆宜 | 1110010111011110101000011110110010010010100101011110101111110001 | e5dea1ec9295ebf1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)