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 | 閼ア讓ス邯啝 | 11101000100001001011000111100110101010001011110111100111101101101001101001011010 | e884b1e6a8bde7b69a5a |
EUC-JP | 閼ア讓ス邯啝 | 111011111110010010001110101100011110110010101010100011101011110111101110101110001101001110111011 | efe48eb1ecaa8ebdeeb8d3bb |
UTF-8 | 閼ア讓ス邯啝 | 111010011001011010111100111011111011110110110001111010001010111010010011111011111011110110111101111010011000001010101111111001011001010110011101 | e996bcefbdb1e8ae93efbdbde982afe5959d |
UHC | 閼?讓?邯? | 111001001101100100111111111001011101001100111111110010101111101100111111 | e4d93fe5d33fcafb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)