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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 芦?? | 10001000101100000011111100111111 | 88b03f3f |
EUC-JP | 芦?? | 10110000101100100011111100111111 | b0b23f3f |
UTF-8 | 芦쇘굘 | 111010001000101010100110111011001000011110011000111010101011010110011000 | e88aa6ec8798eab598 |
UHC | 芦쇘굘 | 111110111101100010111100111001111011000110110101 | fbd8bce7b1b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)