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 | 員?漬? | 100010001111010100111111100100101101000000111111 | 88f53f92d03f |
EUC-JP | 員?漬? | 101100001111011100111111110001001101001000111111 | b0f73fc4d23f |
UTF-8 | 員렎漬렜 | 111001011001001110100001111010111010000010001110111001101011110010101100111010111010000010011100 | e593a1eba08ee6bcaceba09c |
UHC | 員렎漬렜 | 1110101010101100100011101010010011110010101100001000111010101110 | eaac8ea4f2b08eae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)