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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 調斑??? | 10010010101100101001010011000001001111110011111100111111 | 92b294c13f3f3f |
EUC-JP | 調斑??? | 11000100101101001100100011000011001111110011111100111111 | c4b4c8c33f3f3f |
UTF-8 | 調斑렏흘렩 | 111010001010101010111111111001101001011010010001111010111010000010001111111011011001110110011000111010111010000010101001 | e8aabfe69691eba08fed9d98eba0a9 |
UHC | 調斑렏흘렩 | 11110000111000001101101011101000100011101010010111001000111010101000111010110111 | f0e0dae88ea5c8ea8eb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)