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 | ?????\h | 00111111001111110011111100111111001111110101110001101000 | 3f3f3f3f3f5c68 |
SJIS-WIN | 螯耶ャ庭о\h | 1110010110100110100101101110101110101100100100101110101110000100100000000101110001101000 | e5a696ebac92eb84805c68 |
EUC-JP | 螯耶ャ庭о\h | 111010101010100011001100111011011000111010101100110001001110110110100111111000000101110001101000 | eaa8cced8eacc4eda7e05c68 |
UTF-8 | 螯耶ャ庭о\h | 11101000100111101010111111101000100000001011011011101111101111011010110011100101101110101010110111010000101111100101110001101000 | e89eafe880b6efbdace5baadd0be5c68 |
UHC | ?耶?庭о\h | 00111111111001011010110100111111111011111101010010101100111000000101110001101000 | 3fe5ad3fefd4ace05c68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)