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 | 湿湿狢シ眈チ | 10001110101111001000111010111100111000001100000010111100111000011011110011000001 | 8ebc8ebce0c0bce1bcc1 |
EUC-JP | 湿湿狢シ眈チ | 101111001011111010111100101111101110000011000010100011101011110011100010101111101000111011000001 | bcbebcbee0c28ebce2be8ec1 |
UTF-8 | 湿湿狢シ眈チ | 111001101011100110111111111001101011100110111111111001111000101110100010111011111011110110111100111001111001110010001000111011111011111010000001 | e6b9bfe6b9bfe78ba2efbdbce79c88efbe81 |
UHC | ????眈? | 00111111001111110011111100111111111101111010111100111111 | 3f3f3f3ff7af3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)