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 | 幸?邂?云 | 1000110101001011001111111110011110101110001111111000100101011101 | 8d4b3fe7ae3f895d |
EUC-JP | 幸?邂?云 | 1011100110101100001111111110111010110000001111111011000110111110 | b9ac3feeb03fb1be |
UTF-8 | 幸렔邂렰云 | 111001011011100110111000111010111010000010010100111010011000001010000010111010111010000010110000111001001011101010010001 | e5b9b8eba094e98282eba0b0e4ba91 |
UHC | 幸렔邂렰云 | 11111010101110011000111010101001111110101011001110001110101111011110100111110110 | fab98ea9fab38ebde9f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)