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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | セョムァヘナ^ | 10111110101011101101000110100111110011011100010101011110 | beaed1a7cdc55e |
EUC-JP | セョムァヘナ^ | 10001110101111101000111010101110100011101101000110001110101001111000111011001101100011101100010101011110 | 8ebe8eae8ed18ea78ecd8ec55e |
UTF-8 | セョムァヘナ^ | 11101111101111011011111011101111101111011010111011101111101111101001000111101111101111011010011111101111101111101000110111101111101111101000010101011110 | efbdbeefbdaeefbe91efbda7efbe8defbe855e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)