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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
EUC-JP | ??錟??錟B | 0011111100111111100011111110010011011101001111110011111110001111111001001101110101000010 | 3f3f8fe4dd3f3f8fe4dd42 |
UTF-8 | 렻훅錟렻훅錟B | 11101011101000001011101111101101100110111000010111101001100011001001111111101011101000001011101111101101100110111000010111101001100011001001111101000010 | eba0bbed9b85e98c9feba0bbed9b85e98c9f42 |
UHC | 렻훅錟렻훅錟B | 10001110110000111100100011000101110100111100101010001110110000111100100011000101110100111100101001000010 | 8ec3c8c5d3ca8ec3c8c5d3ca42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)