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 | 搖??芦 | 100111011000101000111111001111111000100010110000 | 9d8a3f3f88b0 |
EUC-JP | 搖??芦 | 110110011110101000111111001111111011000010110010 | d9ea3f3fb0b2 |
UTF-8 | 搖삭변芦 | 111001101001000010010110111011001000001010101101111010111011001110000000111010001000101010100110 | e69096ec82adebb380e88aa6 |
UHC | 搖삭변芦 | 1110100011110100101110111110100010111010101011111111101111011000 | e8f4bbe8baaffbd8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)