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 | ?????F | 001111110011111100111111001111110011111101000110 | 3f3f3f3f3f46 |
SJIS-WIN | ?????F | 001111110011111100111111001111110011111101000110 | 3f3f3f3f3f46 |
EUC-JP | ?????F | 001111110011111100111111001111110011111101000110 | 3f3f3f3f3f46 |
UTF-8 | 렱렚셉샬솽F | 11101011101000001011000111101011101000001001101011101100100001011000100111101100100000111010110011101100100001101011110101000110 | eba0b1eba09aec8589ec83acec86bd46 |
UHC | 렱렚셉샬솽F | 1000111010111110100011101010110110111100110000011011110010100011101111001110000101000110 | 8ebe8eadbcc1bca3bce146 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)