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 | 鞣ょ調蔗 | 1110100011100010100000101110010110010010101100101110010011110010 | e8e282e592b2e4f2 |
EUC-JP | 鞣ょ調蔗 | 1111000011100100101001001110011111000100101101001110100011110100 | f0e4a4e7c4b4e8f4 |
UTF-8 | 鞣ょ調蔗 | 111010011001111010100011111000111000001010000111111010001010101010111111111010001001010010010111 | e99ea3e38287e8aabfe89497 |
UHC | ?ょ調蔗 | 00111111101010101110011111110000111000001110110110111101 | 3faae7f0e0edbd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)