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 | ?橈妖 | 0011111110011110111101001001011101100100 | 3f9ef49764 |
EUC-JP | ?橈妖 | 0011111111011100111101101100110111000101 | 3fdcf6cdc5 |
UTF-8 | 뾸橈妖 | 111010111011111010111000111001101010100110001000111001011010011010010110 | ebbeb8e6a988e5a696 |
UHC | 뾸橈妖 | 100101110111101011101000111110101110100011101101 | 977ae8fae8ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)