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 | 001111110011111100111111001111110011111101000101 | 3f3f3f3f3f45 |
SJIS-WIN | ?民???E | 00111111100101101010111100111111001111110011111101000101 | 3f96af3f3f3f45 |
EUC-JP | ?民???E | 00111111110011001011000100111111001111110011111101000101 | 3fccb13f3f3f45 |
UTF-8 | 렺民爐旽렫E | 11101011101000001011101011100110101100001001000111101111101001001011001011100110100101111011110111101011101000001010101101000101 | eba0bae6b091efa4b2e697bdeba0ab45 |
UHC | 렺民爐旽렫E | 1000111011000010110110101100010111010010110001001101010011000101100011101011100101000101 | 8ec2dac5d2c4d4c58eb945 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)