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 | 0011111100111111001111110011111101000101 | 3f3f3f3f45 |
SJIS-WIN | ?者?勺E | 00111111100011101101001000111111100011101101100101000101 | 3f8ed23f8ed945 |
EUC-JP | ?者?勺E | 00111111101111001101010000111111101111001101101101000101 | 3fbcd43fbcdb45 |
UTF-8 | 렰者렰勺E | 11101011101000001011000011101000100000001000010111101011101000001011000011100101100010111011101001000101 | eba0b0e88085eba0b0e58bba45 |
UHC | 렰者렰勺E | 100011101011110111101101101110101000111010111101111011011100001101000101 | 8ebdedba8ebdedc345 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)