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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?賍闕譴 | 00111111111001101101101011101000100011011110011010100010 | 3fe6dae88de6a2 |
EUC-JP | 錤賍闕譴 | 100011111110010011011111111011001101110011101111111011011110110010100100 | 8fe4dfecdcefedeca4 |
UTF-8 | 錤賍闕譴 | 111010011000110010100100111010001011001110001101111010011001011110010101111010001010110110110100 | e98ca4e8b38de99795e8adb4 |
UHC | 錤?闕譴 | 11010001110001010011111111001111111101001100110010111001 | d1c53fcff4ccb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)