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 | ???E | 00111111001111110011111101000101 | 3f3f3f45 |
SJIS-WIN | ?芽蓴E | 001111111000100111101000111001001111000101000101 | 3f89e8e4f145 |
EUC-JP | ?芽蓴E | 001111111011001011101010111010001111001101000101 | 3fb2eae8f345 |
UTF-8 | 얖芽蓴E | 11101100100101101001011011101000100010101011110111101000100100111011010001000101 | ec9696e88abde893b445 |
UHC | 얖芽蓴E | 10011110010000011110010010110100111000101111000101000101 | 9e41e4b4e2f145 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)