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 | ±t±Û | 1000111010110001011101001011000111011011 | 8eb174b1db |
SJIS-WIN | ?±t±? | 00111111100000010111110101110100100000010111110100111111 | 3f817d74817d3f |
EUC-JP | ?±t±Û | 001111111010000111011110011101001010000111011110100011111010101011100101 | 3fa1de74a1de8faae5 |
UTF-8 | ±t±Û | 110000101000111011000010101100010111010011000010101100011100001110011011 | c28ec2b174c2b1c39b |
UHC | ?±t±? | 00111111101000011011111001110100101000011011111000111111 | 3fa1be74a1be3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)