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 | 誾具ス」 | 111110111010011110001011111011111011110110100011 | fba78befbda3 |
EUC-JP | 誾具ス」 | 100011111101111010100100101101101111000110001110101111011000111010100011 | 8fdea4b6f18ebd8ea3 |
UTF-8 | 誾具ス」 | 111010001010101010111110111001011000010110110111111011111011110110111101111011111011110110100011 | e8aabee585b7efbdbdefbda3 |
UHC | 誾具?? | 111010111101110111001110111111010011111100111111 | ebddcefd3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)