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 | ゙」昻 | 110111101010001111111010110100001111001011110101 | dea3fad0f2f5 |
EUC-JP | ゙」?? | 100011101101111010001110101000110011111100111111 | 8ede8ea33f3f |
UTF-8 | ゙」昻 | 111011111011111010011110111011111011110110100011111001101001100010111011111011101000100010101100 | efbe9eefbda3e698bbee88ac |
UHC | ??昻? | 0011111100111111111001001110100100111111 | 3f3fe4e93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)