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 | »ôÜíì² | 1000111110111011111101001101110011101101111011001011001010001110 | 8fbbf4dcedecb28e |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | ??ôÜíì?? | 00111111001111111000111110101011110101001000111110101010111001001000111110101011101111111000111110101011110000000011111100111111 | 3f3f8fabd48faae48fabbf8fabc03f3f |
UTF-8 | »ôÜíì² | 11000010100011111100001010111011110000111011010011000011100111001100001110101101110000111010110011000010101100101100001010001110 | c28fc2bbc3b4c39cc3adc3acc2b2c28e |
UHC | ??????²? | 001111110011111100111111001111110011111100111111101010011111011100111111 | 3f3f3f3f3f3fa9f73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)