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 | 沚遁? | 1001111110001101100100111101100100111111 | 9f8d93d93f |
EUC-JP | 沚遁? | 1101110111101101110001101101101100111111 | ddedc6db3f |
UTF-8 | 沚遁율 | 111001101011001010011010111010011000000110000001111011001001110010101000 | e6b29ae98181ec9ca8 |
UHC | 沚遁율 | 111100101010111111010100111011011100000010110010 | f2afd4edc0b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)