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 | 倚輕??▲姐 | 10011000110111111110011101101010001111110011111110000001101000111000100010110111 | 98dfe76a3f3f81a388b7 |
EUC-JP | 倚輕??▲姐 | 11010000111000011110110111001011001111110011111110100010101001011011000010111001 | d0e1edcb3f3fa2a5b0b9 |
UTF-8 | 倚輕렋댄▲姐 | 111001011000000010011010111010001011110010010101111010111010000010001011111010111000110010000100111000101001011010110010111001011010011110010000 | e5809ae8bc95eba08beb8c84e296b2e5a790 |
UHC | 倚輕렋댄▲姐 | 111010111110111111001100111011101000111010100010101101001110110110100001111000111110111010111011 | ebefccee8ea2b4eda1e3eebb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)