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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 愉??槃?句 | 100101101111100100111111001111111001111011001111001111111000101111100101 | 96f93f3f9ecf3f8be5 |
EUC-JP | 愉??槃?句 | 110011001111101100111111001111111101110011010001001111111011011011100111 | ccfb3f3fdcd13fb6e7 |
UTF-8 | 愉흡렫槃롚句 | 111001101000010010001001111011011001110110100001111010111010000010101011111001101010011110000011111010111010000110011010111001011000111110100101 | e68489ed9da1eba0abe6a783eba19ae58fa5 |
UHC | 愉흡렫槃롚句 | 111010101111000011001000111011011000111010111001110110101110100110001110110111101100111110100011 | eaf0c8ed8eb9dae98edecfa3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)