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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ⅸセ闔「而 | 1111101001001000101111101110100010001110101000101000111010100111 | fa48bee88ea28ea7 |
EUC-JP | ?セ闔「而 | 001111111000111010111110111011111110111010001110101000101011110010101001 | 3f8ebeefee8ea2bca9 |
UTF-8 | ⅸセ闔「而 | 111000101000010110111000111011111011110110111110111010011001011110010100111011111011110110100010111010001000000010001100 | e285b8efbdbee99794efbda2e8808c |
UHC | ⅸ?闔?而 | 1010010110101001001111111111100111101111001111111110110010111011 | a5a93ff9ef3fecbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)