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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 辱o?嵬??B | 10010000010010101000001010001111001111111001101111001010001111110011111101000010 | 904a828f3f9bca3f3f42 |
EUC-JP | 辱o?嵬??B | 10111111101010111010001111101111001111111101011011001100001111110011111101000010 | bfaba3ef3fd6cc3f3f42 |
UTF-8 | 辱o쉼嵬놂스B | 11101000101111101011000111101111101111011000111111101100100010011011110011100101101101011010110011101011100001101000001011101100100010101010010001000010 | e8beb1efbd8fec89bce5b5aceb8682ec8aa442 |
UHC | 辱o쉼嵬놂스B | 11101001101101001010001111101111101111011011000011101000111000111011001111101111101111011011101001000010 | e9b4a3efbdb0e8e3b3efbdba42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)