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 | ?牙? | 00111111100010011110010100111111 | 3f89e53f |
EUC-JP | ?牙? | 00111111101100101110011100111111 | 3fb2e73f |
UTF-8 | 렣牙롖 | 111010111010000010100011111001111000100110011001111010111010000110010110 | eba0a3e78999eba196 |
UHC | 렣牙롖 | 100011101011010011100100101100111000111011011010 | 8eb4e4b38eda |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)