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 | 蝓溪諜岦懃ス | 1110010110011111100111111110001010010010101100111111101010101100100111001110011110111101 | e59f9fe292b3faac9ce7bd |
EUC-JP | 蝓溪諜岦懃ス | 11101010101000011101111011100100110001001011010110001111101110111011001111011000111010011000111010111101 | eaa1dee4c4b58fbbb3d8e98ebd |
UTF-8 | 蝓溪諜岦懃ス | 111010001001110110010011111001101011101010101010111010001010101110011100111001011011001010100110111001101000011110000011111011111011110110111101 | e89d93e6baaae8ab9ce5b2a6e68783efbdbd |
UHC | ?溪諜?懃? | 001111111100110110100010111101001110001100111111110100001100010000111111 | 3fcda2f4e33fd0c43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)