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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ゚璞ツ | 110111111110000011110111110000101111011111101100 | dfe0f7c2f7ec |
EUC-JP | ゚璞ツ? | 10001110110111111110000011111001100011101100001000111111 | 8edfe0f98ec23f |
UTF-8 | ゚璞ツ | 111011111011111010011111111001111001001010011110111011111011111010000010111011101001011110001111 | efbe9fe7929eefbe82ee978f |
UHC | ?璞?? | 0011111111011010110101110011111100111111 | 3fdad73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)