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 | 銓礼ィョ遘狗 | 11100111111100101001011111100111101010001010111011100111101001111000101111100111 | e7f297e7a8aee7a78be7 |
EUC-JP | 銓礼ィョ遘狗 | 111011101111010011001110111010011000111010101000100011101010111011101110101010011011011011101001 | eef4cee98ea88eaeeea9b6e9 |
UTF-8 | 銓礼ィョ遘狗 | 111010011000101010010011111001111010010010111100111011111011110110101000111011111011110110101110111010011000000110011000111001111000101110010111 | e98a93e7a4bcefbda8efbdaee98198e78b97 |
UHC | 銓????狗 | 1110111110110000001111110011111100111111001111111100111110110111 | efb03f3f3f3fcfb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)