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 | 搖얗렉芦 | 111001101001000010010110111011001001011010010111111010111010000010001001111010001000101010100110 | e69096ec9697eba089e88aa6 |
UHC | 搖얗렉芦 | 1110100011110100101111101110100110110111101110101111101111011000 | e8f4bee9b7bafbd8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)