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 | 紗尺セウ | 100011101101000110001110110110101011111010110011 | 8ed18edabeb3 |
EUC-JP | 紗尺セウ | 1011110011010011101111001101110010001110101111101000111010110011 | bcd3bcdc8ebe8eb3 |
UTF-8 | 紗尺セウ | 111001111011010010010111111001011011000010111010111011111011110110111110111011111011110110110011 | e7b497e5b0baefbdbeefbdb3 |
UHC | 紗尺?? | 110111101110100111110100101010010011111100111111 | dee9f4a93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)