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 | Í°oâµõµ | 11001101101100000110111111100010101101011111010110110101 | cdb06fe2b5f5b5 |
SJIS-WIN | ?°o???? | 0011111110000001100010110110111100111111001111110011111100111111 | 3f818b6f3f3f3f3f |
EUC-JP | Í°oâ?õ? | 1000111110101010101111111010000111101011011011111000111110101011101001000011111110001111101010111101100000111111 | 8faabfa1eb6f8faba43f8fabd83f |
UTF-8 | Í°oâµõµ | 11000011100011011100001010110000011011111100001110100010110000101011010111000011101101011100001010110101 | c38dc2b06fc3a2c2b5c3b5c2b5 |
UHC | ?°o???? | 0011111110100001110001100110111100111111001111110011111100111111 | 3fa1c66f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)