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 | □?翌??隕 | 100000011010000000111111100101111000001000111111001111111110100010100110 | 81a03f97823f3fe8a6 |
EUC-JP | □?翌??隕 | 101000101010001000111111110011011110001000111111001111111111000010101000 | a2a23fcde23f3ff0a8 |
UTF-8 | □룫翌룵에隕 | 111000101001011010100001111010111010001110101011111001111011111110001100111010111010001110110101111011001001011110010000111010011001101010010101 | e296a1eba3abe7bf8ceba3b5ec9790e99a95 |
UHC | □룫翌룵에隕 | 101000011110000010001111101000101110110011001110100011111010101010111111101000011110101010100010 | a1e08fa2ecce8faabfa1eaa2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)