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 | 沚?? | 10011111100011010011111100111111 | 9f8d3f3f |
EUC-JP | 沚芚? | 110111011110110110001111110101111011101100111111 | dded8fd7bb3f |
UTF-8 | 沚芚렩 | 111001101011001010011010111010001000101010011010111010111010000010101001 | e6b29ae88a9aeba0a9 |
UHC | 沚芚렩 | 111100101010111111010100111011001000111010110111 | f2afd4ec8eb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)