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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 借者蔔煮酌^ | 1000111011011000100011101101001011100100111101111000111011001111100011101101111001011110 | 8ed88ed2e4f78ecf8ede5e |
EUC-JP | 借者蔔煮酌^ | 1011110011011010101111001101010011101000111110011011110011010001101111001110000001011110 | bcdabcd4e8f9bcd1bce05e |
UTF-8 | 借者蔔煮酌^ | 11100101100000001001111111101000100000001000010111101000100101001001010011100111100001011010111011101001100001011000110001011110 | e5809fe88085e89494e785aee9858c5e |
UHC | 借者蔔煮酌^ | 1111001110101000111011011011101011011100110110111110110110110100111011011100110001011110 | f3a8edbadcdbedb4edcc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)