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 | ?拍擔 | 0011111110010100100011111001110101011110 | 3f948f9d5e |
EUC-JP | ?拍擔 | 0011111111000111111011111101100110111111 | 3fc7efd9bf |
UTF-8 | 롈拍擔 | 111010111010000110001000111001101000101110001101111001101001001110010100 | eba188e68b8de69394 |
UHC | 롈拍擔 | 100011101100111011011010110100001101001110111101 | 8ecedad0d3bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)