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 | 湿蒔セホ磁 | 1000111010111100100011101010101010111110110011101000111010100101 | 8ebc8eaabece8ea5 |
EUC-JP | 湿蒔セホ磁 | 10111100101111101011110010101100100011101011111010001110110011101011110010100111 | bcbebcac8ebe8ecebca7 |
UTF-8 | 湿蒔セホ磁 | 111001101011100110111111111010001001001010010100111011111011110110111110111011111011111010001110111001111010001110000001 | e6b9bfe89294efbdbeefbe8ee7a381 |
UHC | ?蒔??磁 | 00111111111000111100100000111111001111111110110110111000 | 3fe3c83f3fedb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)