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 | ゙鱚? | 11011110111010011110001100111111 | dee9e33f |
EUC-JP | ゙鱚樨 | 10001110110111101111001011100101100011111100010011111100 | 8edef2e58fc4fc |
UTF-8 | ゙鱚樨 | 111011111011111010011110111010011011000110011010111001101010100010101000 | efbe9ee9b19ae6a8a8 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)