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 | í÷Òéε | 111011011111011111010010111010011100111010110101 | edf7d2e9ceb5 |
SJIS-WIN | ?÷???? | 00111111100000011000000000111111001111110011111100111111 | 3f81803f3f3f3f |
EUC-JP | í÷ÒéÎ? | 100011111010101110111111101000011110000010001111101010101101001010001111101010111011000110001111101010101100001000111111 | 8fabbfa1e08faad28fabb18faac23f |
UTF-8 | í÷Òéε | 110000111010110111000011101101111100001110010010110000111010100111000011100011101100001010110101 | c3adc3b7c392c3a9c38ec2b5 |
UHC | ?÷???? | 00111111101000011100000000111111001111110011111100111111 | 3fa1c03f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)