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 | 堤?云潘? | 1001001011100111001111111000100101011101111000000100111000111111 | 92e73f895de04e3f |
EUC-JP | 堤?云潘? | 1100010011101001001111111011000110111110110111111010111100111111 | c4e93fb1bedfaf3f |
UTF-8 | 堤렕云潘렓 | 111001011010000010100100111010111010000010010101111001001011101010010001111001101011110110011000111010111010000010010011 | e5a0a4eba095e4ba91e6bd98eba093 |
UHC | 堤렕云潘렓 | 11110000101001111000111010101010111010011111011011011010111010111000111010101000 | f0a78eaae9f6daeb8ea8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)