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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | ?泄 | 001111111001111110010101 | 3f9f95 |
EUC-JP | ?泄 | 001111111101110111110101 | 3fddf5 |
UTF-8 | 웳泄 | 111011001001101110110011111001101011001110000100 | ec9bb3e6b384 |
UHC | 웳泄 | 10011111100000011110000011011100 | 9f81e0dc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)