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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | セ褪セ而セノ | 1011111011100101111100101011111010001110101001111011111011001001 | bee5f2be8ea7bec9 |
EUC-JP | セ褪セ而セノ | 100011101011111011101010111101001000111010111110101111001010100110001110101111101000111011001001 | 8ebeeaf48ebebca98ebe8ec9 |
UTF-8 | セ褪セ而セノ | 111011111011110110111110111010001010010010101010111011111011110110111110111010001000000010001100111011111011110110111110111011111011111010001001 | efbdbee8a4aaefbdbee8808cefbdbeefbe89 |
UHC | ?褪?而?? | 0011111111110111110110110011111111101100101110110011111100111111 | 3ff7db3fecbb3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)