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 | 韃珠ゥオ | 111010001110010110001110111011001010100110110101 | e8e58eeca9b5 |
EUC-JP | 韃珠ゥオ | 1111000011100111101111001110111010001110101010011000111010110101 | f0e7bcee8ea98eb5 |
UTF-8 | 韃珠ゥオ | 111010011001111110000011111001111000111110100000111011111011110110101001111011111011110110110101 | e99f83e78fa0efbda9efbdb5 |
UHC | ?珠?? | 0011111111110001110000010011111100111111 | 3ff1c13f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)