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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?押? | 00111111100010011001111100111111 | 3f899f3f |
EUC-JP | ?押? | 00111111101100101010000100111111 | 3fb2a13f |
UTF-8 | 렣押렣 | 111010111010000010100011111001101000101010111100111010111010000010100011 | eba0a3e68abceba0a3 |
UHC | 렣押렣 | 100011101011010011100100111000111000111010110100 | 8eb4e4e38eb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)