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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 誾狗泣﨤 | 1111101110100111100010111110011110001011100000111111101110110011 | fba78be78b83fbb3 |
EUC-JP | 誾狗泣? | 1000111111011110101001001011011011101001101101011110001100111111 | 8fdea4b6e9b5e33f |
UTF-8 | 誾狗泣﨤 | 111010001010101010111110111001111000101110010111111001101011001110100011111011111010100010100100 | e8aabee78b97e6b3a3efa8a4 |
UHC | 誾狗泣? | 11101011110111011100111110110111111010111110100000111111 | ebddcfb7ebe83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)