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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 遖ョ闕千「 | 1110011110100110101011101110100010001101100100001110011110100010 | e7a6aee88d90e7a2 |
EUC-JP | 遖ョ闕千「 | 11101110101010001000111010101110111011111110110111000000111010011000111010100010 | eea88eaeefedc0e98ea2 |
UTF-8 | 遖ョ闕千「 | 111010011000000110010110111011111011110110101110111010011001011110010101111001011000110110000011111011111011110110100010 | e98196efbdaee99795e58d83efbda2 |
UHC | ??闕千? | 00111111001111111100111111110100111101001011011000111111 | 3f3fcff4f4b63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)